Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove audience error logging in container (#7014)
Fixes #6910 We're frequently hitting the race condition on initial connection (such as with transition from read to write client) where a client disconnects very close to when another client connects, and the disconnect audience signal is sent to the connecting client that never knew about the disconnecting client. This is obfuscating what we really want to check (mismatched audience join/leaves e.g. legitimately lost signals), so just remove it because it's nbd(TM) (jk see the attached bug for more info)
- Loading branch information