You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello eveyrone,
Thank you for the great library, I'm using the library to work with Bibox websocket (crypto currency exchange). Websocket server performs a BASE64 encoding of compressed data, Client decodes BASE64 before decompression. Unfortunately, the client is unable to receive any incoming messages. I was trying to use three method onTextMessage(WebSocket ws, String message) , onTextMessage(WebSocket websocket, byte[] data),onBinaryMessage. None of them worked.
Please give me an advice.
Regards,
Tuan Nguyen.
The text was updated successfully, but these errors were encountered:
It would be worth trying other WebSocket client library to investigate which is wrong, the server's implementation or nv-websocket-client's implementation.
Hello eveyrone,
Thank you for the great library, I'm using the library to work with Bibox websocket (crypto currency exchange). Websocket server performs a BASE64 encoding of compressed data, Client decodes BASE64 before decompression. Unfortunately, the client is unable to receive any incoming messages. I was trying to use three method onTextMessage(WebSocket ws, String message) , onTextMessage(WebSocket websocket, byte[] data),onBinaryMessage. None of them worked.
Please give me an advice.
Regards,
Tuan Nguyen.
The text was updated successfully, but these errors were encountered: