Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
streamer45 committed Apr 26, 2024
1 parent 76b29f7 commit b0e6b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ func (c *Client) handleWSMsg(msg ws.Message) error {
if err := rx.Stop(); err != nil {
log.Printf("failed to stop receiver for session %q: %s", sessionID, err)
}
delete(c.receivers, sessionID)
}
delete(c.receivers, sessionID)
c.mut.Unlock()
case wsEventCallEnd:
channelID := ev.GetBroadcast().ChannelId
Expand Down

0 comments on commit b0e6b1c

Please sign in to comment.