mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-20 07:01:40 +03:00
project builds with let dispatch but does not run...
This commit is contained in:
parent
19a2a996d2
commit
27a46c5107
@ -53,7 +53,7 @@ pub async fn provider(
|
|||||||
|
|
||||||
send_to_loop.send(open_ws).await;
|
send_to_loop.send(open_ws).await;
|
||||||
|
|
||||||
// let dispatch = get_dispatch(rpc_url, send_to_loop.clone()).await;
|
let dispatch = get_dispatch(rpc_url, send_to_loop.clone()).await;
|
||||||
|
|
||||||
while let Some(km) = recv_in_client.recv().await {
|
while let Some(km) = recv_in_client.recv().await {
|
||||||
match km.message {
|
match km.message {
|
||||||
|
Loading…
Reference in New Issue
Block a user