update fastwebsockets, revert custom asyncread impl

This commit is contained in:
Toshit Chawda 2024-07-10 21:59:17 -07:00
parent 1916a8e7c8
commit 5571a63f40
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D
13 changed files with 646 additions and 703 deletions

View file

@ -14,6 +14,7 @@ mod stream;
pub mod ws;
pub use crate::{packet::*, stream::*};
pub use async_io_stream::IoStream;
use bytes::Bytes;
use dashmap::DashMap;