We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 693f0dd commit 2ad2a67Copy full SHA for 2ad2a67
README.md
@@ -35,9 +35,9 @@ connections to the Ruby Websocket-Rails server and supports the Websocket-Rails
35
36
#### Connection Callbacks
37
38
- * ```on_open(boost::bind cb)``` : callback on open connection.
39
- * ```on_close(boost::bind cb)``` : callback on close connection.
40
- * ```on_fail(boost::bind cb)``` : callback on fail connection.
+ * ```onOpen(boost::bind cb)``` : callback on open connection.
+ * ```onClose(boost::bind cb)``` : callback on close connection.
+ * ```onFail(boost::bind cb)``` : callback on fail connection.
41
42
#### Trigger an Event on Server
43
0 commit comments