Skip to content

v0.2.1: Run onConnect handler in the background

Compare
Choose a tag to compare
@ibuildthecloud ibuildthecloud released this 30 Aug 19:44
· 101 commits to master since this release
Before if the onConnect handler ran longer than the ping wait duration then the
server would disconnect the client.  Now we run the onConnect handler in the
background to ensure that pings start sending right away.