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
Despite the work in #439 , we see InvocationInputParseException errors caused by client disconnects that are logged as ERROR by AbstractGraphQLHttpServlet.
We can provide our own GraphQLHttpServlet that stops this, but it seems like there should be a way to intercept and silence these?
The text was updated successfully, but these errors were encountered:
Despite the work in #439 , we see
InvocationInputParseException
errors caused by client disconnects that are logged as ERROR byAbstractGraphQLHttpServlet
.We can provide our own
GraphQLHttpServlet
that stops this, but it seems like there should be a way to intercept and silence these?The text was updated successfully, but these errors were encountered: