Blocking callbacks can now access the handler structure as mutable. v0.4.3.

This commit is contained in:
PinkP4nther 2021-10-07 15:33:51 -07:00
commit 5b132baada
4 changed files with 5 additions and 4 deletions

View file

@ -128,7 +128,6 @@ impl<H: HandlerCallbacks + std::marker::Sync + std::marker::Send + Clone + 'stat
return;
}
}
},
// UpStream Write Request
FullDuplexTcpState::UpStreamWrite(data) => {