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
Network classes can be started and stopped. This pattern is "forced" on us because of libp2p, but we don't needed.
This forces Lodestar to mantain multiple AbortControllers, since you need a new one for each start. However if we change the flow to only be startable once a single AbortController can be passed as constructor parameter, and throw on start if it's already aborted.
The text was updated successfully, but these errors were encountered:
Network classes can be started and stopped. This pattern is "forced" on us because of libp2p, but we don't needed.
This forces Lodestar to mantain multiple AbortControllers, since you need a new one for each start. However if we change the flow to only be startable once a single AbortController can be passed as constructor parameter, and throw on start if it's already aborted.
The text was updated successfully, but these errors were encountered: