WebSocketConnection.sendText

Send text message.

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

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

Meta