add autoreconnect, wisp_mux 1.2.0

This commit is contained in:
Toshit Chawda 2024-03-08 22:40:15 -08:00
parent 5b4fb1392a
commit a8709255b2
20 changed files with 404 additions and 333 deletions

View file

@ -97,7 +97,7 @@ async fn main() -> Result<(), Box<dyn Error + Send + Sync>> {
let (mux, fut) = ClientMux::new(rx, tx).await?;
tokio::task::spawn(fut);
tokio::task::spawn(async move { println!("err: {:?}", fut.await); });
let mut hi: u64 = 0;
loop {