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
Since the nil value of a timeout is 0 which means infinite, it's very easy to get into a position where you've got requests in the queue that will never end, once the queue fills up with these the source will deadlock.
Realistically the timeout probably shouldn't be infinite and should instead be something more reasonable like <= 1m
The text was updated successfully, but these errors were encountered:
Since the nil value of a timeout is 0 which means infinite, it's very easy to get into a position where you've got requests in the queue that will never end, once the queue fills up with these the source will deadlock.
Realistically the timeout probably shouldn't be infinite and should instead be something more reasonable like <= 1m
The text was updated successfully, but these errors were encountered: