Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better compatibility with browser WebSockets for the JsonRpcSocket client. #116

Merged
merged 3 commits into from
Feb 29, 2024

Conversation

LiranCohen
Copy link
Member

  • compatibility for JsonRpcSocket with the native browser WebSocket client.
  • enhanced test coverage
  • included webSocketServerEnabled in the /info boolean to signal socket support.

…wser WebSockets, complete test coverage, bump version
@codecov-commenter
Copy link

codecov-commenter commented Feb 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.45%. Comparing base (e1396cb) to head (3fb95ff).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #116      +/-   ##
==========================================
+ Coverage   94.34%   94.45%   +0.10%     
==========================================
  Files          25       25              
  Lines        2212     2218       +6     
  Branches      291      296       +5     
==========================================
+ Hits         2087     2095       +8     
+ Misses        125      123       -2     

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

src/http-api.ts Outdated Show resolved Hide resolved
thehenrytsai
thehenrytsai previously approved these changes Feb 29, 2024
Copy link
Collaborator

@thehenrytsai thehenrytsai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥇 💯 🙏

Copy link
Collaborator

@thehenrytsai thehenrytsai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 🔥 🔥

@LiranCohen LiranCohen merged commit 40e758c into main Feb 29, 2024
8 checks passed
@LiranCohen LiranCohen deleted the lirancohen/websocket-send-json branch February 29, 2024 20:05
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.

3 participants