You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,8 @@ Methods
118
118
8.`connect(#timeoutAfter:Int, withTimeoutHandler handler:(() -> Void)?)` - Connect to the server. If it isn't connected after timeoutAfter seconds, the handler is called.
119
119
9.`close(#fast:Bool)` - Closes the socket. Once a socket is closed it should not be reopened. Pass true to fast if you're closing from a background task.
120
120
10.`reconnect()` - Causes the client to reconnect to the server.
121
+
11.`joinNamespace()` - Causes the client to join nsp. Shouldn't need to be called unless you change nsp manually.
122
+
12.`leaveNamespace()` - Causes the client to leave the nsp and go back to /
0 commit comments