method
ServerWebSocket.subscribe
@param topic
The topic name.
@returns
true if the client is now subscribed, false if the socket is closed.
ws.subscribe("chat");method
The topic name.
true if the client is now subscribed, false if the socket is closed.
ws.subscribe("chat");