-
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improve error handling in chat client
Enhance error handling and message parsing in the chat client: - Add null check for job before shutdown - Improve JSON parsing error handling with dedicated utility function - Clean up stream event handling - Simplify error message passing in curl utilities - Remove redundant string conversions for error messages The changes make the error handling more robust and consistent across the codebase while reducing unnecessary string transformations.
- Loading branch information
Showing
2 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters