Skip to content

Conversation

saikumar1607
Copy link
Member

@saikumar1607 saikumar1607 commented Oct 8, 2025

  1. non-recursive based reconnect upon disconnects. The code changes in the PR detects the websocket disconnect automatically & reconnects after a delay. It makes sure only one websocket connection exists at any point of time. And no recursion stack.
  2. removed appconfig_client.fetch_configurations() method which is of no use. Calling this method is causing regressions in the code. So it was better to remove it.
  3. Calling the init & set_context methods are enough for the SDK to bootup & start evaluating the flags. No need to force fetch the configurations. The SDK would internally refresh the flag values based on socket updates received from server.
  4. The release version is v0.4.0

Signed-off-by: saikumar1607 <sai.kumar4@ibm.com>
Copy link
Member

@prajwal-jarali prajwal-jarali left a comment

Choose a reason for hiding this comment

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

LGTM

@saikumar1607 saikumar1607 merged commit 145d6d6 into master Oct 8, 2025
1 check passed
@saikumar1607 saikumar1607 deleted the saikumar1607-202510081029 branch October 8, 2025 10:41
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