Skip to content

Comments

Fix response parsing issue in a JSON stream#1564

Merged
ayeshLK merged 3 commits intoballerina-platform:mainfrom
chathushkaayash:fix/websocket-json-parsing-error
Apr 25, 2025
Merged

Fix response parsing issue in a JSON stream#1564
ayeshLK merged 3 commits intoballerina-platform:mainfrom
chathushkaayash:fix/websocket-json-parsing-error

Conversation

@chathushkaayash
Copy link
Contributor

@chathushkaayash chathushkaayash commented Apr 24, 2025

Purpose

Fixes an issue similar to #7720, where returning a JSON with escaped double quotes messages as a stream, results in a data binding error on the client side.

Examples

Checklist

  • Linked to an issue
  • Updated the specification
  • Updated the changelog
  • Added tests
  • Checked native-image compatibility

@sonarqubecloud
Copy link

@codecov
Copy link

codecov bot commented Apr 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.46%. Comparing base (d691999) to head (6ffc506).
Report is 5 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1564      +/-   ##
============================================
+ Coverage     82.45%   82.46%   +0.01%     
- Complexity      602      603       +1     
============================================
  Files            48       48              
  Lines          3123     3125       +2     
  Branches        414      415       +1     
============================================
+ Hits           2575     2577       +2     
  Misses          402      402              
  Partials        146      146              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@chathushkaayash chathushkaayash marked this pull request as ready for review April 25, 2025 11:00
@ayeshLK ayeshLK merged commit d39e51e into ballerina-platform:main Apr 25, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants