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
This error should be propagated and returned from this func.
The likelihood of these errors surfacing from EventManager are pretty much zero, but at some point in a future far away it may be possible for it to error - given a different impl of event service.
None the less, its good practise to actually return the errors and not panic and rely on grpc recovery interceptor
This error should be propagated and returned from this func.
The likelihood of these errors surfacing from
EventManager
are pretty much zero, but at some point in a future far away it may be possible for it to error - given a different impl of event service.None the less, its good practise to actually return the errors and not panic and rely on grpc recovery interceptor
Originally posted by @damiannolan in #7587 (comment)
The text was updated successfully, but these errors were encountered: