mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 02:35:31 +00:00
aquatic_ws: support multiple request workers
This commit is contained in:
parent
cf0623e302
commit
875eb122c7
3 changed files with 24 additions and 9 deletions
|
|
@ -118,6 +118,7 @@ pub type InMessageReceiver = Receiver<(ConnectionMeta, InMessage)>;
|
|||
pub type OutMessageReceiver = Receiver<(ConnectionMeta, OutMessage)>;
|
||||
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct OutMessageSender(Vec<Sender<(ConnectionMeta, OutMessage)>>);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue