fix: use the new event system on the demo (#10)
* compilable demo * correctly close room_task * wip * fix demo
This commit is contained in:
@@ -199,7 +199,7 @@ impl SessionInner {
|
||||
error!("failed to handle participant event for {:?}: {:?}", participant.sid(), err);
|
||||
}
|
||||
},
|
||||
_ => panic!("engine_events has been closed unexpectedly")
|
||||
_ => panic!("participant_events has been closed unexpectedly")
|
||||
};
|
||||
},
|
||||
_ = &mut close_rx => {
|
||||
|
||||
Reference in New Issue
Block a user