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
- On ``SIGTERM`` and ``SIGNINT`` (KeyboardInterrupt), disconnect
gracefully from the provider.
- KeyboardInterrupt used to hang for a while because of the open
connection. This makes it so we no longer wait the whole
connection_timeout and it raises the KeyboardInterrupt exception
immediately. Leave the responsibility of handling the
KeyboardInterrupt to the user.
0 commit comments