Hi all,
I have a situation where I know that an event will be written to a stream, but it might not be there yet (in this case, because I know that another subscriber is in the process of writing it but it’s a fairly common scenario in an eventually consistent system).
Is there anyway to wait for the event asynchronously for the event to appear using ReadEvent, or am I required to poll until it is available?
Thanks,
Michael