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
fix(server): Add error handler for webserver socket. (#3300)
Some times connection arrive, are given 404 responses, then disconnect,
resulting in ECONNRESET errors on the socket. After we began monitoring
UncaughtExceptions, these errors show up. Suppress them with a handler
that ignores errors.
0 commit comments