-
Notifications
You must be signed in to change notification settings - Fork 772
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fire "listener" events properly in protocol
We fire all 5 "listener" events without depending on subclass behavior to properly call super(), as this breaks almost all existing code and subtly chagnes the API (e.g. most examples just blindly override onJoin). There are 5 events: join, leave, ready, connect and disconnect as per LTS-api discussions.
- Loading branch information
Showing
1 changed file
with
80 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters