+1
I need to check how my websocket application behave if non utf-8 data is sent over the websocket connection. So, how to send non utf-8 data on websocket?
7/20/2020 1:23:38 PM
1 Answer
0
The socket is not interested in what you're sending, just the client receiver is it (behind the socket).
Send us a message