We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec4167 commit ad4449bCopy full SHA for ad4449b
1 file changed
src/main/java/io/socket/client/Manager.java
@@ -507,6 +507,7 @@ private void cleanup() {
507
508
On.Handle sub;
509
while ((sub = this.subs.poll()) != null) sub.destroy();
510
+ this.decoder.onDecoded(null);
511
512
this.packetBuffer.clear();
513
this.encoding = false;
0 commit comments