Send non utf-8 data on websocket | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Send non utf-8 data on websocket

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?

20th Jul 2020, 1:23 PM
Himani
1 Answer
0
The socket is not interested in what you're sending, just the client receiver is it (behind the socket).
20th Jul 2020, 1:47 PM
Sandra Meyer
Sandra Meyer - avatar