Replies: 2 comments 1 reply
|
Any updates on this? |
0 replies
|
Sorry for the delay on this one, it got lost in my GH notifications. There is actually a reason why the retry counter is reset only after receiving events, and it's documented here: Lines 551 to 558 in 918b9d4 Maybe we could have an option or something that would change this behaviour? Do you have any suggestions? A PR is very welcome though! |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This is related to this issue that is related to this pr, and this issue. I have a use case where I want to keep the sse connected in the background even when messages are not coming in. I realized the retry limit is not being replenished upon successful connection and a message has to come in for it to be reset. Is there any advice on how to handle the retries in this case?
All reactions