CC.connectionUnlisten blocks unexpectedly
Open
enhancement
server
- Dominant language
- JavaScript
- Stars
- 198
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
Calls to `CC.connectionUnlisten(port)` sometimes block for a long time.
This is probably caused by there being open connections to port `port`, and the net.Server waiting for them to finish.
`CC.connectionUnlisten` should terminate ~immediately—forcibly closing existing connections if necessary.
Contributor guide
Assessment
This issue has not been assessed yet.