Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

Async cancellation of subscribers #17

Open
cstorey opened this issue Sep 15, 2015 · 0 comments
Open

Async cancellation of subscribers #17

cstorey opened this issue Sep 15, 2015 · 0 comments
Labels

Comments

@cstorey
Copy link
Owner

cstorey commented Sep 15, 2015

With a subscription, the client thread ends up blocking in the store code, and hence there's no way for us to detect that a client has disconnected. This means that when there are no more elements for that stream (as often in tests), then that thread will wait infinitely, never getting any data, nor realising that the socket is no more.

@cstorey cstorey added the ready label Sep 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant