remove comments, log channel errors
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
68321ec467
commit
3438b340a9
3 changed files with 5 additions and 9 deletions
|
@ -183,12 +183,9 @@ impl Service {
|
|||
}
|
||||
drop(state_lock);
|
||||
}
|
||||
Err(_) => {
|
||||
// TODO: Handle error, Im too unfamiliar with the codebase to know what to do here
|
||||
|
||||
|
||||
// recv_async returns an error if all senders have been dropped. If the channel is empty, the returned future will yield to the async runtime.
|
||||
|
||||
Err(e) => {
|
||||
// generally shouldn't happen
|
||||
error!("Failed to receive admin room event from channel: {e}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue