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 Jul 1, 2021. It is now read-only.
That component runs until the first started service's wait_finished() returns (which can be due to a service crashing). Instead it should probably exit as soon as any of the started serviceswait_finished()` returns
The text was updated successfully, but these errors were encountered:
That component is also affected by the fire-and-forget anti pattern:
trinity/trinity/components/builtin/json_rpc/component.py
Lines 148 to 153 in 066e925
That component runs until the first started service's
wait_finished()` returns
wait_finished()
returns (which can be due to a service crashing). Instead it should probably exit as soon as any of the started servicesThe text was updated successfully, but these errors were encountered: