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
Describe the bug
The API implementations currently do not take care to prevent leaking exceptions outside the API boundary.
Steps To Reproduce
N/A
Expected behavior
No exceptions should ever leak the API boundary, and every gRPC function implementation must always return a value such that the remote client always receives a response.
Actual behavior
Uncaught exceptions can crash the server and cause the client to time out waiting for a response.
The text was updated successfully, but these errors were encountered:
Describe the bug
The API implementations currently do not take care to prevent leaking exceptions outside the API boundary.
Steps To Reproduce
N/A
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: