Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前,我正在使用mSocket.emit("1", json.toString());. 我有.on接收成功回调的方法。但是,我不知道如何处理调用后mSocket.emit("1", json.toString());的失败回调。
mSocket.emit("1", json.toString());
.on