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
Because we were spanning a new coroutine to cancel the request, the
connection was closing and in parallel the sentinel was trying to cancel
In http_client the coroutines were racing to closeResponse
This PR fixes the issue and adds a new action to run race condition
tests.
Signed-off-by: Andre Furlan <[email protected]>
0 commit comments