abstract fun writeTextMessage(text: String): WebSocketBase
Writes a (potentially large) piece of text data to the connection. This data might be written as multiple frames if it exceeds the maximum WebSocket frame size.
Return
a reference to this, so the API can be used fluently