socket.io-client-java
socket.io-client-java copied to clipboard
Socket io is randomly corrupting the data in other font
I'm using socket io for real time communication between an Android Application and a node.js server. Whenever I'm emiting a json object(from say node.js server) with text in telugu font (say హలో). Randomly android application is receiving something else (for "హలో" it is getting received as "92K"). This issue is not consistent. For smaller amount of data, it is observed rarely. But if we increase the data, this issue is very frequent.