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