Sends a text message to subscribers of the topic.
Symbol
ServerWebSocket.publishText
@param topic
The topic name.
@param data
The data to send.
@param compress
Should the data be compressed? If the client does not support compression, this is ignored.
ws.publish("chat", "Hello!");
ws.publish("chat", "Compress this.", true);