Skip to content

Fix client failing to detect multiple client disconnections

Compare
Choose a tag to compare
@junlarsen junlarsen released this 14 Jan 12:00
· 53 commits to master since this release

After detecting a client re-connect we didn't queue the listener again which meant the listener would stop working.

Thanks to @zhaoyeming for finding this bug!