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
Errors reported by asynchronous authentication plugins are not properly
handled, leading the client to become idle, at least until the server
closes the connection because of inactivity.
This patch introduces the changes to ensure all errors generated by
asynchronous authentication plugins result in fatal 'error' events
emitted at the command level (and subsequently bubbled up to the
connection instance), allowing the client to immediately close the
underlying socket connection and stop the process.
0 commit comments