Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
network: fix double close event (#236)
It is theoretically possible that we complete the SSL handshake in the write ready event. In this case, we may raise a connected event and have the connection closed. We need to handle this case and not double raise the event.
- Loading branch information