itisnajim / SocketIOUnity

A Wrapper for socket.io-client-csharp to work with Unity.
MIT License
379 stars 65 forks source link

Socket Io Emit not working on Android #85

Closed MuradyanEduard closed 4 months ago

MuradyanEduard commented 4 months ago

On computer and in unity editor everything working perfect but when i build on Android i can connect to server and get data but when i emit some data it doesnt work.

MuradyanEduard commented 4 months ago

Sorry i am not sea issue #32 socket = new SocketIOUnity( ... ); socket.JsonSerializer = new NewtonsoftJsonSerializer();

It's work for me too thanks