Send non utf-8 data on websocket | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponse
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