RpcClient no longer panics in a tokio multi-threaded runtime

This commit is contained in:
Michael Vines
2021-04-05 09:41:00 -07:00
parent 7a2a39093d
commit a4f0d8636a
5 changed files with 82 additions and 19 deletions

View File

@ -2946,6 +2946,7 @@ dependencies = [
"solana-version",
"solana-vote-program",
"thiserror",
"tokio 1.1.1",
"tungstenite",
"url",
]