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
It would be great to have the ability to kill all sub-processes started via the .Run() and .Start() APIs when the node itself or the network to which it belongs is torn down.
This should allow us to make sure no lingering processes will keep network resources from being released.
The text was updated successfully, but these errors were encountered:
As raised by @Infinoid in #16:
It would be great to have the ability to kill all sub-processes started via the
.Run()
and.Start()
APIs when the node itself or the network to which it belongs is torn down.This should allow us to make sure no lingering processes will keep network resources from being released.
The text was updated successfully, but these errors were encountered: