Re: [android-developers] Re: Socket.io on Singleton

2016-01-20 Thread Justin Anderson
I haven't done anything with socket.io, but a couple things I've come across from just a few very quick searches... perhaps these will help? Also, my advice in the future would be to look for a forum dedicated to whatever library/framework you are having problems with... http://stackoverflow.com/q

[android-developers] Re: Socket.io on Singleton

2016-01-20 Thread Gabriel Avila
By that I meant that the socket.io methods were moved from the application extended class into an android service class but I still kept getting multiple "hits" to the socket.io "on" methods regardless on the service thread being executed only once. On Wednesday, January 20, 2016 at 5:16:53 PM