⚡️ Remove the periodic pooling to get the rooms (joined or not)
This commit is contained in:
@@ -13,7 +13,6 @@ pub struct Sender<T>(_Sender<T>);
|
||||
// TODO: Handle error
|
||||
impl<T> Sender<T> {
|
||||
pub(super) async fn send(self, t: T) {
|
||||
// self.0.send(t).unwrap();
|
||||
let _ = self.0.send(t).await;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user