This commit is contained in:
eskimo 2024-10-05 13:36:43 -04:00
parent 4d17f4f56f
commit d5d9395655

View File

@ -112,8 +112,7 @@ public class SocketHandler {
delegate.onStateChanged(id, "disconnected");
}
}).start();
}
}
public interface SocketDelegate {
void onStateChanged(String socketId, String state);