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
A logout command that also disconnects, even if logout raises an
exception, and doesn't raise exceptions when already disconnected would
be very useful in situations where the connection MUST be gracefully
closed, e.g. for security or tests.
Although the change is relatively insignificant, changing #logout to
also ignore exceptions and immediately call #disconnect would be
backwards incompatible. So a new method was created.
0 commit comments