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

Commit

Permalink
ClusterWS.java removed createSocket from connect()
Browse files Browse the repository at this point in the history
Removed createSocket from connect in order to remove the bug when socket.on method was not working
  • Loading branch information
Yegorisa committed Sep 12, 2018
1 parent 83809eb commit 9050d0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/clusterws/ClusterWS.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public ClusterWS setClusterWSListener(IClusterWSListener clusterWSListener) {
}

public void connect() {
createSocket();
mSocket.connect();
}

Expand Down

0 comments on commit 9050d0f

Please sign in to comment.