You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i debug break point realized it's Manager never drop into open ->
// emit open
var openSub = ON.on(socket, 'open', (_) {
onopen(); <-------never come this line for open connection
if (callback != null) callback();
});
But i work on native code, please help me, thanks
The text was updated successfully, but these errors were encountered:
i follow instruction code as below:
IO.Socket socket = IO.io("http://host.com:port",);
i debug break point realized it's Manager never drop into open ->
// emit
open
var openSub = ON.on(socket, 'open', (_) {
onopen(); <-------never come this line for open connection
if (callback != null) callback();
});
But i work on native code, please help me, thanks
The text was updated successfully, but these errors were encountered: