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

Ensure we don’t drop data when someone subscribes too late #17

Open
hoichi opened this issue Feb 11, 2017 · 0 comments
Open

Ensure we don’t drop data when someone subscribes too late #17

hoichi opened this issue Feb 11, 2017 · 0 comments
Milestone

Comments

@hoichi
Copy link
Owner

hoichi commented Feb 11, 2017

Not sure we want to block execution and make subscribing to every output channel obligatory, but there’s a nagging suspicion we could lose shit if someone subscribes too late.

Possible solutions:

  • Do make subscribing to every output channel obligatory (not so hot idea for 'template' channel on Renderer).
  • Buffer the unclaimed baggage. Will consume memory, should be destroyed when freeing resources ($ToDo)
  • ?
@hoichi hoichi added this to the Safety milestone Feb 11, 2017
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

1 participant