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
The text was updated successfully, but these errors were encountered:
rodaine
changed the title
Data Race: concurrent access of error state during dupleHTTPCall
Data Race: concurrent access of error state during duplexHTTPCall
May 31, 2024
Fix a data race for a streaming client on close when a the context is
cancelled. This was introduced in #152 where we changed the behaviour to
trigger a close on context cancellation. The state must be locked to
avoid a data race with Send/Receive calls.
Closes#170, #171.
---------
Signed-off-by: Edward McFarlane <emcfarlane@buf.build>
I'm having difficulty determining the provenance of this particular race, but adjacent to the
closeSpan
call alongside a send func (similar to #170):The text was updated successfully, but these errors were encountered: