Skip to content

Commit

Permalink
probable fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Jun 7, 2024
1 parent ea59b00 commit f58ab4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mixing/mixclient/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ func (c *Client) sendLocalPeerMsgs(ctx context.Context, s *sessionRun, m func(p

now := time.Now()
for _, p := range s.peers {
if p.remote {
if p.remote || p.ctx.Err() != nil {
continue
}
msg := m(p)
Expand Down

0 comments on commit f58ab4b

Please sign in to comment.