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 was archived by the owner on Nov 15, 2023. It is now read-only.
NetworkStatus was moved by someone not in the networking team as part of a big PR, and I didn't spot the change.
The entire point of NetworkStatus is to communicate some networking-related information internally between some components without having to depend on sc-network.
Moving it to sc-network entirely defeats this purpose.
It should either be moved back for example to sc-service, or be removed entirely and have everything depend on Arc<NetworkService>.