Skip to content

Commit 7534b22

Browse files
Removing shutdown from EOS event
1 parent e8569e3 commit 7534b22

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/room.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,8 +1221,6 @@ void Room::onEvent(const FfiEvent& event) {
12211221
break;
12221222
}
12231223
case proto::RoomEvent::kEos: {
1224-
(void)shutdown(false, DisconnectReason::Unknown, false);
1225-
12261224
const RoomEosEvent ev;
12271225
if (delegate_snapshot) {
12281226
delegate_snapshot->onRoomEos(*this, ev);

0 commit comments

Comments
 (0)