fix
This commit is contained in:
parent
4d17f4f56f
commit
d5d9395655
@ -112,8 +112,7 @@ public class SocketHandler {
|
|||||||
delegate.onStateChanged(id, "disconnected");
|
delegate.onStateChanged(id, "disconnected");
|
||||||
}
|
}
|
||||||
}).start();
|
}).start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public interface SocketDelegate {
|
public interface SocketDelegate {
|
||||||
void onStateChanged(String socketId, String state);
|
void onStateChanged(String socketId, String state);
|
||||||
|
Loading…
Reference in New Issue
Block a user