Send non utf-8 data on websocket | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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 Antwort
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