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