libp2p not shutting down properly #779
Labels
exp/expert
Having worked on the specific codebase is important
kind/bug
A bug in existing code (including security flaws)
P2
Medium: Good to have, but can wait until someone steps up
status/ready
Ready to be worked
Type:
Severity: Med
Description:
When libp2p is stopped the dial queue is not being properly emptied. This can cause in progress outbound dials to not be properly terminated which will hold the process open.
Additionally, the latency monitor is not being stopped by the connection manager which will cause timers to continue.
Steps to reproduce the error:
See ipfs/js-ipfs#3191 (comment)
The text was updated successfully, but these errors were encountered: