Closed KeyboardInterrupt closed 6 years ago
The Client is a lot more stable now, and retries most failed actions, before it dies. This is especially helpful when you are switching between networks or when you are on a bad connection.
Also some previously silent errors create Output now.
currently the Client degrades into a undefined state once it encounters an unhandled exception.
We need to add some Exception handling to maintain a defined state and to kill the Client of once it reaches a blocking state.