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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ Methods
112
112
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.
113
113
10.`reconnect()` - Causes the client to reconnect to the server.
114
114
115
-
Events
115
+
Client Events
116
116
------
117
117
1.`connect` - Emitted when on a successful connection.
118
118
2.`disconnect` - Emitted when the connection is closed.
0 commit comments