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
The Supervisor, via the Registry, spawns a whole new Tokio runtime per chain runtime.
We should instead instantiate a single Tokio runtime in the Registry and re-use it.
Crate
relayer
Summary of Bug
The
Supervisor
, via theRegistry
, spawns a whole new Tokio runtime per chain runtime.We should instead instantiate a single Tokio runtime in the Registry and re-use it.
Version
22a0a3f
Steps to Reproduce
n/a
Acceptance Criteria
The supervisor only spawns a single Tokio runtime via the Registry.
For Admin Use
The text was updated successfully, but these errors were encountered: