Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix createMultiServer in newer nodejs versions
Make sure to set `socket.server` to the appropriate server handler before delegating. This became required as of node v9.6, due to the changes introduced in nodejs/node@c247cb0 Fixes #10.
- Loading branch information