Commit 2b5dfb9
committed
fix: check the type of the initial packet
Before this fix, the client could mark the polling transport as open
even though the handshake packet was not received properly (for
example, after a parsing error).
See also: socketio/engine.io-client@1c8cba81 parent dfe65e3 commit 2b5dfb9
File tree
1 file changed
+1
-1
lines changed- src/main/java/io/socket/engineio/client/transports
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments