Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: silence max listeners exceeded warning (#62)
If we have more than 10x streams open accross all yamux muxer instances node will log warnings about too many listeners being added to the shutdown controller signal. This is fine, increase the max number of listeners.
- Loading branch information