Skip to content

fix: allow for specification of initial reconnect delay in streaming data source #229

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

Merged
merged 2 commits into from
Aug 31, 2023

Conversation

cwaldren-ld
Copy link
Contributor

@cwaldren-ld cwaldren-ld commented Aug 31, 2023

The public API was already available, but we didn't have the plumbing required to get it into the SSE client. Therefore, I'm regarding it as a bugfix.

This came up because we need it to pass some streaming contract tests, which in part fail because our default delays are too high (starting at 1 second).

@cwaldren-ld cwaldren-ld requested a review from a team August 31, 2023 22:25
@shortcut-integration
Copy link

Copy link
Member

@kinyoklion kinyoklion left a comment

Choose a reason for hiding this comment

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

I feel like there are some todos associated with this.

@kinyoklion
Copy link
Member

// TODO: Initial reconnect delay. sc-204393

@cwaldren-ld cwaldren-ld force-pushed the cw/sc-204393/intial-reconnect-delay branch from 71987dc to 65dde5e Compare August 31, 2023 22:29
@kinyoklion
Copy link
Member

I think some code should be needed in the streaming data source?

@cwaldren-ld cwaldren-ld merged commit d1dde79 into main Aug 31, 2023
@cwaldren-ld cwaldren-ld deleted the cw/sc-204393/intial-reconnect-delay branch August 31, 2023 23:03
@github-actions github-actions bot mentioned this pull request Aug 31, 2023
cwaldren-ld pushed a commit that referenced this pull request Sep 1, 2023
🤖 I have created a release *beep* *boop*
---


<details><summary>launchdarkly-cpp-client: 3.0.7</summary>

##
[3.0.7](launchdarkly-cpp-client-v3.0.6...launchdarkly-cpp-client-v3.0.7)
(2023-08-31)


### Bug Fixes

* allow for specification of initial reconnect delay in streaming data
source ([#229](#229))
([d1dde79](d1dde79))


### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * launchdarkly-cpp-internal bumped from 0.1.7 to 0.1.8
    * launchdarkly-cpp-common bumped from 0.3.4 to 0.3.5
</details>

<details><summary>launchdarkly-cpp-common: 0.3.5</summary>

### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * launchdarkly-cpp-sse-client bumped from 0.1.1 to 0.1.2
</details>

<details><summary>launchdarkly-cpp-internal: 0.1.8</summary>

### Dependencies

* The following workspace dependencies were updated
  * dependencies
    * launchdarkly-cpp-common bumped from 0.3.4 to 0.3.5
</details>

<details><summary>launchdarkly-cpp-sse-client: 0.1.2</summary>

##
[0.1.2](launchdarkly-cpp-sse-client-v0.1.1...launchdarkly-cpp-sse-client-v0.1.2)
(2023-08-31)


### Bug Fixes

* allow for specification of initial reconnect delay in streaming data
source ([#229](#229))
([d1dde79](d1dde79))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This was referenced Oct 23, 2023
@github-actions github-actions bot mentioned this pull request May 13, 2024
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