Commit 831fb33
committed
Fix handling of unexpected exceptions in
`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]>GrpcStreamBroadcaster
1 parent 0e963b9 commit 831fb33
2 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
114 | 120 | | |
115 | 121 | | |
116 | 122 | | |
| |||
0 commit comments