The WebSocket client library has only one method, SendText, to send data to server.
Is there any plan to support sending binary data (Byte array) such as binary file contents?
Is that even there in specification?
For now, I guess I should use ByteConverter and some sort of custom protocol?
Is there any plan to support sending binary data (Byte array) such as binary file contents?
Is that even there in specification?
For now, I guess I should use ByteConverter and some sort of custom protocol?