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
fix(core): handle null response in JsonPath parsing
The commit fixes the CustomSSEProcessor by handling null responses from the new JsonPath library. It adds a check for null values when parsing the SSE data and notifies the user if the response format is incorrect. This prevents the application from crashing and provides a better user experience. Additionally, it removes unnecessary logging and redundant code.
0 commit comments