Currently, I'm using mSocket.emit("1", json.toString());
. I have the .on
method to receive the success callback. However, I don't know how to handle failure callbacks after mSocket.emit("1", json.toString());
is called.
Asked
Active
Viewed 199 times
2

LEE
- 3,335
- 8
- 40
- 70