diff --git a/Plugins/Android/libs/TapCommon_1.1.11.aar b/Plugins/Android/libs/TapCommon_1.1.11.aar index 0aa1b4d..2fdb74f 100644 Binary files a/Plugins/Android/libs/TapCommon_1.1.11.aar and b/Plugins/Android/libs/TapCommon_1.1.11.aar differ diff --git a/Plugins/iOS/TapCommonSDK.framework/Headers/TDSWSWebSocket.h b/Plugins/iOS/TapCommonSDK.framework/Headers/TDSWSWebSocket.h index 0c803d8..da8abb4 100644 --- a/Plugins/iOS/TapCommonSDK.framework/Headers/TDSWSWebSocket.h +++ b/Plugins/iOS/TapCommonSDK.framework/Headers/TDSWSWebSocket.h @@ -100,9 +100,10 @@ - (nonnull instancetype)initWithURL:(nonnull NSURL *)url protocols:(nullable NSArray*)protocols callbackQueue:(nonnull dispatch_queue_t)callbackQueue connectTimeout:(NSTimeInterval)connectTimeout; /** - connect to the host + connect to the host - blocking + @return YES if successfully connected */ -- (void)connect; +- (BOOL)connect; /** disconnect to the host. This sends the close Connection opcode to terminate cleanly. diff --git a/Plugins/iOS/TapCommonSDK.framework/Headers/TapCommonSDK.h b/Plugins/iOS/TapCommonSDK.framework/Headers/TapCommonSDK.h index f21ccc4..6ae01e1 100644 --- a/Plugins/iOS/TapCommonSDK.framework/Headers/TapCommonSDK.h +++ b/Plugins/iOS/TapCommonSDK.framework/Headers/TapCommonSDK.h @@ -15,8 +15,6 @@ FOUNDATION_EXPORT const unsigned char TapCommonSDKVersionString[]; // In this header, you should import all the public headers of your framework using statements like #import -#define TapCommonSDK_VERSION @"2.0.0" - #import #import diff --git a/Plugins/iOS/TapCommonSDK.framework/TapCommonSDK b/Plugins/iOS/TapCommonSDK.framework/TapCommonSDK index f589e61..32727f4 100644 Binary files a/Plugins/iOS/TapCommonSDK.framework/TapCommonSDK and b/Plugins/iOS/TapCommonSDK.framework/TapCommonSDK differ