Skip to content

Commit 00d1a7a

Browse files
committed
remove multiple call of cleanup()
1 parent a54a3de commit 00d1a7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/io/socket/IOConnection.java

-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ private class HearbeatTimeoutTask extends TimerTask {
148148
*/
149149
@Override
150150
public void run() {
151-
cleanup();
152151
error(new SocketIOException(
153152
"Timeout Error. No heartbeat from server within life time of the socket. closing.",
154153
lastException));

0 commit comments

Comments
 (0)