This is an automated email from the ASF dual-hosted git repository.

kyork pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex.git


The following commit(s) were added to refs/heads/master by this push:
     new 802b55c  [iOS] Add WebSocket' implementation in playground's project. 
(#1922)
802b55c is described below

commit 802b55c3b8f9b52908ba3745d6bd38b1a125d71e
Author: Douma Fang <doumaf...@gmail.com>
AuthorDate: Mon Dec 17 18:27:28 2018 +0800

    [iOS] Add WebSocket' implementation in playground's project. (#1922)
---
 ios/playground/WeexDemo/AppDelegate.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ios/playground/WeexDemo/AppDelegate.m 
b/ios/playground/WeexDemo/AppDelegate.m
index fd40c93..0bbe91b 100644
--- a/ios/playground/WeexDemo/AppDelegate.m
+++ b/ios/playground/WeexDemo/AppDelegate.m
@@ -124,7 +124,7 @@
     [WXSDKEngine registerHandler:[WXConfigCenterDefaultImpl new] 
withProtocol:@protocol(WXConfigCenterProtocol)];
     [WXSDKEngine registerHandler:[WXNavigationHandlerImpl new] 
withProtocol:@protocol(WXNavigationProtocol)];
     [WXSDKEngine registerHandler:[WXApmGeneratorImpl new] 
withProtocol:@protocol(WXApmGeneratorProtocol)];
-    [WXSDKEngine registerHandler:[WXWebSocketDefauzltImpl new] 
withProtocol:@protocol(WXWebSocketHandler)];
+    [WXSDKEngine registerHandler:[WXWebSocketDefaultImpl new] 
withProtocol:@protocol(WXWebSocketHandler)];
     
     [WXSDKEngine registerComponent:@"select" 
withClass:NSClassFromString(@"WXSelectComponent")];
     [WXSDKEngine registerModule:@"event" withClass:[WXEventModule class]];

Reply via email to