mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
WIP: try to get mio + tungstenite working
This commit is contained in:
parent
806ac5b184
commit
75c8ccd523
2 changed files with 108 additions and 29 deletions
|
|
@ -18,7 +18,7 @@ pub fn run(){
|
|||
|
||||
let mut out_message_senders = Vec::new();
|
||||
|
||||
for i in 0..2 {
|
||||
for i in 0..1 {
|
||||
let in_message_sender = in_message_sender.clone();
|
||||
|
||||
let (out_message_sender, out_message_receiver) = ::flume::unbounded();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue