You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.
In progress dials can cause terminating libp2p nodes to hang, https://github.com/libp2p/js-libp2p-switch/issues/281. Additionally, being able to abort in progress dials would help us better support future iterations of connection management and coalescing dials.
While the listener.close method should terminate existing connections, it does not handle closing out in progress dials. In the event a dial is taking a significant amount of time, due to connectivity or issue with the receiving node, applications can take a significant amount of time to shutdown gracefully.
The text was updated successfully, but these errors were encountered:
In progress dials can cause terminating libp2p nodes to hang, https://github.com/libp2p/js-libp2p-switch/issues/281. Additionally, being able to abort in progress dials would help us better support future iterations of connection management and coalescing dials.
While the listener.close method should terminate existing connections, it does not handle closing out in progress dials. In the event a dial is taking a significant amount of time, due to connectivity or issue with the receiving node, applications can take a significant amount of time to shutdown gracefully.
The text was updated successfully, but these errors were encountered: