I have been using (and struggling with) Socket.io native Android client for a little while now and recently as I moved all my code from a Socket.io connexion stored in a static variable in MyApplication extends Application
to a SocketService extends Service
, in some situations my emits are just not heard by the server and I have this weird message in Logcat :
E/Socket.IO: [Ljava.lang.Object;@23ba63b6
(with @23ba.... being different everytime)
Anyone here ever seen a message like this ?