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
Fix handling of unexpected exceptions in GrpcStreamBroadcaster
`GrpcStreamBroadcaster` will now correctly try to restart on unexpected
errors.
Before if an unexpected exception was raised by the stream method, the
internal task would silently finish and never start again.
Signed-off-by: Leandro Lucarella <[email protected]>
0 commit comments