mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 19:45:41 +00:00
Upgrade tokio to 1.22.0 (#6262)
Co-authored-by: Sebastian Kunert <skunert49@gmail.com>
This commit is contained in:
@@ -129,7 +129,7 @@ impl Jaeger {
|
||||
"jaeger-collector",
|
||||
Some("jaeger"),
|
||||
Box::pin(async move {
|
||||
match async_std::net::UdpSocket::bind("0.0.0.0:0").await {
|
||||
match tokio::net::UdpSocket::bind("0.0.0.0:0").await {
|
||||
Ok(udp_socket) => loop {
|
||||
let buf = traces_out.next().await;
|
||||
// UDP sending errors happen only either if the API is misused or in case of missing privilege.
|
||||
|
||||
Reference in New Issue
Block a user