Hi!
I have communication set up with another application through network streams. My application has a reader and the other application has a writer. Is there any way for me to have a callback that triggers when I get new data on the stream, similar to how a simple subscriber and reader works with network variables?
If it's not possible, how do I best go about checking for new data on the stream (without blocking my program too much)?
Thanks!