Summary: Is there a way to send OOB data and not get a CS response and without updating CS rejoinders and the rest?
detail:
I have a new use case I have been struggling with.
The front end is sending data to CS in real-time, from different sources.
CS receives the OOB data, parses it and either creates user facts or updates variables.
This stream will be somewhat constant.
95% of the time, the OOB does not need to trigger a CS response.
I have been unable to figure out how to send OOB to CS and have CS not send a response and update all of the internal variables, like the current and pending rejoinder and the rest.
The OOB would be processed and the rejoinder would not be changed and the current and previous topics would not be changed.
I am hoping there is a simple solution to this, if someone knows. Usually when I get stumped, I give it a few days and I usually recall how to do something, but in this case, I am stuck.
Any advice would be appreciated.
here is a simple example, all send CS replies:
u: ( \[ ping \])
u: ( \[ ping \]) ^setRejoinder(input $lastrejoinder)
u: ( \[ ping \]) Pong nofail(TOPIC ^respond ($lastrejoinder))