Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki tamazawa committed Dec 20, 2019
1 parent 7e808ac commit 8e37a98
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,15 @@ extension AppDelegate {
private func startRIBsTreeViewer(launchRouter: Routing) {
if #available(iOS 13.0, *) {
RIBsTreeViewerHolder = RIBsTreeViewerImpl.init(router: launchRouter,
option: [
.webSocketURL: "ws://0.0.0.0:8080",
.monitoringInterval: 1000]
])
option: [.webSocketURL: "ws://0.0.0.0:8080",
.monitoringInterval: 1000]])
RIBsTreeViewerHolder?.start()
} else {
DEBUGLOG { "RIBsTreeViewer is not supported OS version." }
}
}
}
#endif

```

## WebSocket Server
Expand Down

0 comments on commit 8e37a98

Please sign in to comment.