-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove unnecessary events like 'handshake', 'call', 'handshakeRequest'. * Replace 'callbackForUnknownPacket' with _rejectPacket(). * Change signature of connection 'event' (remote event), now it contains interfaceName, eventName, eventArgs. * Avoid creating extra closures to conditionally emit the 'error' event in callbacks instantiated inside callPacket(). Fixes: #49 PR-URL: #222 Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com> Reviewed-By: Mykola Bilochub <nbelochub@gmail.com> Reviewed-By: Dmytro Nechai <nechaido@gmail.com>
- Loading branch information
1 parent
f2502b8
commit e2a76b0
Showing
2 changed files
with
35 additions
and
108 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
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