Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove the 'connecting' event
This event was added in 4195680 But it does not convey the information that the Socket is actually sending a CONNECT packet to the server. It should maybe be moved to the Socket#onopen() method, but let's remove it for now as it is not documented anywhere.
- Loading branch information