RpcClient no longer panics in a tokio multi-threaded runtime (#16393)

(cherry picked from commit a4f0d8636a)

Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
mergify[bot]
2021-04-14 03:17:33 +00:00
committed by GitHub
parent cdc10712b1
commit 31ed985fd0
5 changed files with 82 additions and 19 deletions

View File

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