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
We already depend heavily on tokio and it doesn't make sense to bring async-channel into the dependency tree just for this.
Tokio has similar primitives such as watch and broadcast
The text was updated successfully, but these errors were encountered:
niklasad1
changed the title
[core]: RpcModule replace async-channel with tokio::sync::broadcast
[core/server]: replace async-channel with tokio::sync::broadcast in RpcModule
Feb 4, 2022
niklasad1
changed the title
[core/server]: replace async-channel with tokio::sync::broadcast in RpcModule
[core/server]: replace async-channel with tokio::sync::watch in RpcModule
Feb 9, 2022
We already depend heavily on
tokio
and it doesn't make sense to bringasync-channel
into the dependency tree just for this.Tokio has similar primitives such as
watch
andbroadcast
The text was updated successfully, but these errors were encountered: