diff --git a/daemon.go b/daemon.go index 0f2b929..8e22caf 100644 --- a/daemon.go +++ b/daemon.go @@ -445,9 +445,7 @@ func Processor(events chan ClientEvent, finished chan struct{}) { if r, found := rooms[room]; found { roomSinks[r] <- ClientEvent{client, EventDel, ""} } else { - roomsM.RUnlock() client.ReplyNoChannel(room) - continue } } roomsM.RUnlock()