Skip to content
This repository was archived by the owner on Nov 2, 2020. It is now read-only.

Commit 9050d0f

Browse files
committed
ClusterWS.java removed createSocket from connect()
Removed createSocket from connect in order to remove the bug when socket.on method was not working
1 parent 83809eb commit 9050d0f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/com/clusterws/ClusterWS.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ public ClusterWS setClusterWSListener(IClusterWSListener clusterWSListener) {
5454
}
5555

5656
public void connect() {
57-
createSocket();
5857
mSocket.connect();
5958
}
6059

0 commit comments

Comments
 (0)