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
Currently no test does any kind of cleanup (e.g. by calling close methods of the underlying connections opened by a host). This balloons into errors (but not test case failures) of the "Task was destroyed but it is pending!" type in CI.
py-libp2p should do cleanup in tests.
py-libp2p should add close methods to host and network instances in the style of go-libp2p.
Currently no test does any kind of cleanup (e.g. by calling
closemethods of the underlying connections opened by a host). This balloons into errors (but not test case failures) of the "Task was destroyed but it is pending!" type in CI.closemethods tohostandnetworkinstances in the style of go-libp2p.