Skip to content

Commit 37676a5

Browse files
committed
update catch exception more hight
Signed-off-by: mitkey <mitkey@foxmail.com>
1 parent 83c4bc2 commit 37676a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/socket/nativeclient/SocketClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public void run() {
151151
}
152152

153153
blocked = false;
154-
} catch (IOException e) {
154+
} catch (Exception e) {
155155
transportError(e);
156156
}
157157
}

0 commit comments

Comments
 (0)