You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type messageBatch has a race where the user can just check the error at any time, but there is no mutex on the read. Meanwhile any error like context ending will cause an error to be written.
Expected behavior
no race
Server and client version
client 1.37.0
Host environment
No response
Steps to reproduce
kill context and read error from message batch
The text was updated successfully, but these errors were encountered:
Observed behavior
type messageBatch has a race where the user can just check the error at any time, but there is no mutex on the read. Meanwhile any error like context ending will cause an error to be written.
Expected behavior
no race
Server and client version
client 1.37.0
Host environment
No response
Steps to reproduce
kill context and read error from message batch
The text was updated successfully, but these errors were encountered: