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

There should be a way to have evenemential processes. #34

Closed
jcelerier opened this issue Feb 29, 2016 · 1 comment
Closed

There should be a way to have evenemential processes. #34

jcelerier opened this issue Feb 29, 2016 · 1 comment
Labels
Milestone

Comments

@jcelerier
Copy link
Member

Today, if I have a process such as a mapping :
mapping

At each tick, the value corresponding to the current input will be sent.
If I want to somewhat prevent this behaviour, I can set a repetition filter.
However now I will get a new value only when the current value changes.

Would it be possible to rework the general TimeProcess API so that Process can instead depend of incoming messages ?
i.e. when I get an input on a message /foo and my mapping does map /foo to /bar, I want to get a message in /bar, whatever the message is in /foo side.

@jcelerier jcelerier added this to the release/1.1 milestone May 22, 2017
@jcelerier
Copy link
Member Author

it's now possible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: TODO
Development

No branches or pull requests

1 participant