Marino Faggiana 7 years ago
parent
commit
051534bba4
1 changed files with 9 additions and 0 deletions
  1. 9 0
      iOSClient/Networking/NCNetworkingSync.m

+ 9 - 0
iOSClient/Networking/NCNetworkingSync.m

@@ -11,6 +11,15 @@
 #import "CCCertificate.h"
 #import "NCBridgeSwift.h"
 
+/*********************************************************************************
+ 
+ Netwok call synchronous mode, use this only from :
+ 
+ dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
+ });
+ 
+*********************************************************************************/
+
 @implementation NCNetworkingSync
 
 + (NCNetworkingSync *)sharedManager {