WebSocketConnection.sendText

Send text message.

@param text The text message. @return The future result.

interface WebSocketConnection
CompletableFuture!(bool)
sendText
(
string text
)

Meta