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

[document-store] Defer listener to fix issue with stalled requests #990

Merged
merged 1 commit into from Oct 3, 2018

Conversation

bjoerge
Copy link
Member

@bjoerge bjoerge commented Oct 3, 2018

For some reason the listener requests coming from the QueryContainer component were not disposed properly, causing old eventsource requests to stay open even though they should have been unsubscribed/cancelled. I don't have a clear idea exactly why that happens, but at least deferring the query until subscription time fixes the issue for now.

This is a semi-critical issue, so I'll do a patch release right after merge.

@bjoerge bjoerge requested a review from rexxars October 3, 2018 10:48
@bjoerge bjoerge merged commit 0ac3468 into next Oct 3, 2018
@bjoerge bjoerge deleted the quickfix-timeout branch October 3, 2018 11:24
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.

None yet

2 participants