Androidasync Socket.io Receive Callback Value
I'm trying to build an application for Android using this library: https://github.com/koush/AndroidAsync and I was trying to receive a callback value from the server like this but
Solution 1:
I found a solution myself which consists on changing emit method to emitEvent. Hope it really help someone else too.
Post a Comment for "Androidasync Socket.io Receive Callback Value"