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
| `@SocketController(namespace?: string|Regex)` | Registers a class to be a socket controller that can listen to websocket events and respond to them. |
428
+
|`@SocketController(namespace?: string\|Regex)`| Registers a class to be a socket controller that can listen to websocket events and respond to them. |
429
429
|`@OnMessage(messageName: string)`| Registers controller's action to be executed when socket receives message with given name. |
430
430
|`@OnConnect()`| Registers controller's action to be executed when client connects to the socket. |
431
431
|`@OnDisconnect()`| Registers controller's action to be executed when client disconnects from the socket. |
0 commit comments