method
ServerWebSocket.unsubscribe
@param topic
The topic name.
@returns
true if the client was subscribed and is now unsubscribed, false if the socket is closed or the client was not subscribed to the topic.
ws.unsubscribe("chat");