socket.io-client-java icon indicating copy to clipboard operation
socket.io-client-java copied to clipboard

Socket io is randomly corrupting the data in other font

Open pvsvamsi opened this issue 7 years ago • 0 comments

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.

pvsvamsi avatar Mar 16 '18 20:03 pvsvamsi