Skip to content

[MAINT] retry mechanism using axios-retry #13

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 1 commit into from
Sep 30, 2021
Merged

Conversation

enver-bisevac
Copy link
Contributor

No description provided.

@@ -124,7 +124,7 @@ export class StreamProcessor {
return this.eventSource.readyState == StreamProcessor.CONNECTED;
}

private stop(): void {
stop(): void {
Copy link
Contributor

Choose a reason for hiding this comment

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

Any reason you'd want this to be public, but not the equivalent function in polling.ts? Just curious

Copy link
Contributor Author

@enver-bisevac enver-bisevac Sep 30, 2021

Choose a reason for hiding this comment

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

Good catch :), I was doing a test and I needed to stop streaming service and then forgot to return to private modifier

Copy link
Contributor

@knagurski knagurski left a comment

Choose a reason for hiding this comment

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

Looks great. That package looks like it does exactly what we want with only a tiny bit of code... well found.

@enver-bisevac enver-bisevac merged commit 9207d95 into main Sep 30, 2021
@enver-bisevac enver-bisevac deleted the axios_retry branch September 30, 2021 12:51
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