lock cargo, fix io

This commit is contained in:
John Smith
2022-01-29 13:49:27 -05:00
parent d709e7d484
commit 172730a132
5 changed files with 90 additions and 24 deletions

View File

@@ -4,7 +4,7 @@ use crate::network_manager::MAX_MESSAGE_SIZE;
use crate::*;
use async_std::net::TcpStream;
use core::fmt;
use futures_util::{AsyncReadExt, AsyncWriteExt};
use futures_util::io::{AsyncReadExt, AsyncWriteExt};
pub struct RawTcpNetworkConnection {
stream: AsyncPeekStream,