-
-
Notifications
You must be signed in to change notification settings - Fork 4k
refactor(WebSocketManager)!: remove deprecated rest
option
#10998
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
base: main
Are you sure you want to change the base?
Conversation
BREAKING CHANGE: The `rest` option in the `WebSocketManager` constructor has been removed. Pass a `fetchGatewayInformation` function instead.
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
Have we merged any other major ws PRs? |
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10998 +/- ##
==========================================
- Coverage 44.42% 44.38% -0.05%
==========================================
Files 308 308
Lines 17585 17565 -20
Branches 1749 1746 -3
==========================================
- Hits 7813 7796 -17
+ Misses 9759 9757 -2
+ Partials 13 12 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
BREAKING CHANGE: The
rest
option in theWebSocketManager
constructor has been removed. Pass afetchGatewayInformation
function instead.