fix-borrow
This commit is contained in:
parent
54c0571b9e
commit
56b9c5ac49
|
@ -89,7 +89,7 @@ async fn connect_handler(
|
|||
.await
|
||||
.is_ok()
|
||||
{
|
||||
let send_result = tx.send(message_str);
|
||||
let send_result = tx.send(message_str.clone());
|
||||
if send_result.is_err() {
|
||||
// remove author from online list
|
||||
let _ = con
|
||||
|
|
Loading…
Reference in New Issue
Block a user