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

Investigate connections between streams/maps and triggers #94

Open
jm9e opened this issue Feb 21, 2018 · 0 comments
Open

Investigate connections between streams/maps and triggers #94

jm9e opened this issue Feb 21, 2018 · 0 comments
Labels

Comments

@jm9e
Copy link
Member

jm9e commented Feb 21, 2018

There might occur problems when a trigger is listening on a map or a stream if only sub or subs is connected. In this case the trigger will never fire.

Possible solution

  1. Map
    When connecting a map with a trigger you could either ask the user to connect with a map sub port instead or arbitrarily descend and do it automatically.

  2. Stream
    This one is more difficult. One solution would be to remember the source port and descend. When pulling from this port, it would suffice if an appropriate marker (ideally BOS) appears.

@jm9e jm9e added the bug label Feb 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant