delegateas/Daxif

Daxif 5.5.0 - WebResourceSync failing if many updates

Closed this issue · 0 comments

WebResourceSync uses multiple service clients to sync web resources asynchronously and simultaneously.
The new 'useUniqueInstance' feature for GetServiceClient() in some cases with many updates provokes an authentication error due to too many simultaneous connections.

'useUniqueInstance' feature should default to 'false' to continue working as before. - This means that if a developer wants to connect to multiple environments in one script he/she must use GetServiceClient() with parameter 'useUniqueInstance' set to 'true'.