Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run onConnect handler in the background
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.
- Loading branch information