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
For some errors, we propagate up to the server which will then kill the connection. We need to make sure that we limit the kinds of errors that we propagate to avoid disconnecting the client prematurely (e.g. failing to parse a query should not cause a disconnect).
The text was updated successfully, but these errors were encountered:
I'm going to mark this as done. #449 helped in this area, and as far as I can tell, we're sending errors to the client when appropriate.
If there's a case where we don't send back the appropriate error, or if the connection closes when it shouldn't, an issue should be opened up for that specific case.
For some errors, we propagate up to the server which will then kill the connection. We need to make sure that we limit the kinds of errors that we propagate to avoid disconnecting the client prematurely (e.g. failing to parse a query should not cause a disconnect).
The text was updated successfully, but these errors were encountered: