mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-12 14:00:01 -04:00
add autoreconnect, wisp_mux 1.2.0
This commit is contained in:
parent
5b4fb1392a
commit
a8709255b2
20 changed files with 404 additions and 333 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue