Add Close Frame Record return type support#1497
Merged
MohamedSabthar merged 62 commits intoballerina-platform:mainfrom Apr 1, 2025
Merged
Add Close Frame Record return type support#1497MohamedSabthar merged 62 commits intoballerina-platform:mainfrom
Close Frame Record return type support#1497MohamedSabthar merged 62 commits intoballerina-platform:mainfrom
Conversation
* Update chat_application test results on Tue Feb 11 18:29:43 UTC 2025 * Update chat_application test results on Wed Feb 12 18:30:42 UTC 2025 --------- Co-authored-by: ballerina-bot <ballerina-bot@ballerina.org> Co-authored-by: ballerina-bot <ballerinalang@wso2.com>
Sync the fork
Sync the fork
ayeshLK
reviewed
Feb 20, 2025
ayeshLK
reviewed
Feb 20, 2025
ayeshLK
reviewed
Feb 20, 2025
native/src/main/java/io/ballerina/stdlib/websocket/WebSocketResourceDispatcher.java
Outdated
Show resolved
Hide resolved
… union type of stream and close frames
compiler-plugin/src/main/java/io/ballerina/stdlib/websocket/plugin/Utils.java
Outdated
Show resolved
Hide resolved
compiler-plugin/src/main/java/io/ballerina/stdlib/websocket/plugin/Utils.java
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1497 +/- ##
============================================
+ Coverage 82.32% 82.37% +0.04%
- Complexity 575 591 +16
============================================
Files 48 48
Lines 3015 3063 +48
Branches 393 404 +11
============================================
+ Hits 2482 2523 +41
- Misses 393 397 +4
- Partials 140 143 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
MohamedSabthar
approved these changes
Apr 1, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Purpose
Resolves Add support for websocket close frame
Examples
1. Close the connection using
NormalClosure2. Close the connection using
CustomCloseFrameChecklist