traditional chinese
This commit is contained in:
parent
a4d34aacea
commit
d87f29c679
3 changed files with 4 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ impl Connection {
|
|||
},
|
||||
);
|
||||
|
||||
let handler_input = std::thread::spawn(move || Self::handle_input(rx_input, tx_cloned));
|
||||
std::thread::spawn(move || Self::handle_input(rx_input, tx_cloned));
|
||||
|
||||
loop {
|
||||
tokio::select! {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue