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
feat: forbid unwraps and expects in main hotfix crate (#272)
* Fix hotfix-web changelog to remove duplicate entry
* Disallow unwraps and expects in the core hotfix crate
* Introduce new ConnectionError to replace unwraps in the code to create new connections
* Replace expects with logging in reader code
* Introduce new SessionSendError to replace expects in session ref
* Replace expects in config loading code with custom error type
* Fix sample application following tightening of error handling
* Handle unwraps in session message types
* Fix clippy warnings in integration tests
* Add integration tests for TLS connections
* Refactor structure of integration tests
* Add test cases for establishing TCP/TLS connections
* Add test cases for loading configs from the file system
0 commit comments