onionshare/cli/onionshare_cli
Saptak S 5a7ab3c12e
Adds exception for ConnectionError in chat mode during shutdown
The way flask-socketio stops a connection when running using
eventlet is by raising SystemExit to abort all the processes.
Hence the connections are closed and no response is returned
So I am just catching the ConnectionError to check if it was
chat mode, in which case it's okay.
2021-09-02 18:57:21 +05:30
..
2021-08-27 15:52:29 +10:00
2021-08-27 15:52:29 +10:00
2021-08-27 15:52:29 +10:00
2021-08-27 15:52:29 +10:00
2021-08-27 15:52:29 +10:00
2021-08-20 13:24:15 -07:00