File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
RIBsTreeViewerClient.xcodeproj
RIBsTreeViewerClient/Sources Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 318318 "@executable_path/Frameworks",
319319 "@loader_path/Frameworks",
320320 );
321- MARKETING_VERSION = 1.0.3 ;
321+ MARKETING_VERSION = 1.0.4 ;
322322 PRODUCT_BUNDLE_IDENTIFIER = co.minipro.app.RIBsTreeViewerClient;
323323 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
324324 SKIP_INSTALL = YES;
352352 "@executable_path/Frameworks",
353353 "@loader_path/Frameworks",
354354 );
355- MARKETING_VERSION = 1.0.3 ;
355+ MARKETING_VERSION = 1.0.4 ;
356356 PRODUCT_BUNDLE_IDENTIFIER = co.minipro.app.RIBsTreeViewerClient;
357357 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
358358 SKIP_INSTALL = YES;
Original file line number Diff line number Diff line change @@ -42,10 +42,11 @@ public class RIBsTreeViewerImpl: RIBsTreeViewer {
4242
4343 self . webSocket = WebSocketClient . init ( url: URL ( string: webSocketURL) !)
4444 self . webSocket. delegate = self
45- self . webSocket. connect ( )
4645 }
4746
4847 public func start( ) {
48+ webSocket. connect ( )
49+
4950 let watchingInterval : Int
5051 if let interval = option ? [ . monitoringInterval] as? Int {
5152 watchingInterval = interval
You can’t perform that action at this time.
0 commit comments