Skip to content
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

Issue with event queue #4

Closed
pavlem opened this issue May 24, 2019 · 2 comments
Closed

Issue with event queue #4

pavlem opened this issue May 24, 2019 · 2 comments

Comments

@pavlem
Copy link

pavlem commented May 24, 2019

Hello,
I implemented your library but I do not get all of the events from my SSE server (for example server sent 50 events, but I got only 17). Then, when a new event is sent from the server automatically I still get nothing on iOS until I force manually something new on the server then I get the previous one on iOS that was sent automatically. Like there is some queue in your library which caught it but is not displaying it in the Result <SSEvent, SSError>. We deduced that it's always one behind.

Is it possible that there is some queue in your library with some max value or some setting that I am unaware of?

@tarag
Copy link

tarag commented Jun 17, 2019

Hello,

Check the other issue I opened, it is exactly what you are talking about.

There is a PR with a correction.

@banjun
Copy link
Owner

banjun commented Jul 17, 2019

Thank you reporting. I agree with @tarag. duplicates #2

@banjun banjun closed this as completed May 5, 2020
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

No branches or pull requests

3 participants