Bump @featbit/react-client-sdk to 4.2.15 (propagate js-client-sdk WebSocket fixes to RN)#8
Closed
alexheidl wants to merge 1 commit into
Closed
Conversation
Pulls in the js-client-sdk 4.2.15 fixes for the WebSocket half-open detection and reconnect backoff reset (featbit/featbit-js-client-sdk#22, featbit/featbit-js-client-sdk#23), which are otherwise unreachable from React Native because the dependency chain pinned exact 4.2.9 versions. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
Hi @alexheidl, the change is already in main, this PR is not needed. |
Contributor
|
I'm closing the PR |
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.
Closes #5.
@featbit/react-client-sdk@4.2.15now depends on@featbit/js-client-sdk@4.2.15, which carries the WebSocket fixes from featbit/featbit-js-client-sdk#22 (half-open socket detection) and featbit/featbit-js-client-sdk#23 (reconnect backoff reset).Those fixes don't reach React Native users until this exact pin is bumped:
react-native-sdk→react-client-sdk@4.2.9→js-client-sdk@4.2.9were all exact pins, so a fresh install still resolved the old, unfixedjs-client-sdk. This is a one-line dependency bump; no code changes.