project builds with let dispatch but does not run...

This commit is contained in:
commercium-sys 2023-12-25 20:28:26 -05:00
parent 19a2a996d2
commit 27a46c5107

View File

@ -53,7 +53,7 @@ pub async fn provider(
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 {
match km.message {