fix
This commit is contained in:
@@ -114,7 +114,6 @@ public class SocketHandler {
|
||||
}).start();
|
||||
}
|
||||
|
||||
|
||||
public interface SocketDelegate {
|
||||
void onStateChanged(String socketId, String state);
|
||||
void onMessageReceived(String socketId, String message);
|
||||
|
||||
Reference in New Issue
Block a user