Skip to main content

send!

function

babashka.http-client.websocket/send!

(send! [ws data] [ws data opts])
Sends a message to the WebSocket. `data` can be a CharSequence (e.g. string), byte array or ByteBuffer Options: * `:last`: this is the last message, defaults to `true`

No examples yet. Be the first to add one!