Hi,
We’re currently in the process of implementing Event Store in our solution. However, we have a problem with regards to eventAppeared.
When having one IEventStoreConnection with multiple (13) catch up subscriptions, we’re experiencing issues with blocking calls to eventAppeared. We tried making the action async but that resulted in our event not being handled in the correct order.
After doing a bit of research I saw that this is possible using manual acknowledgement in a PersistentConnection, but can we doing something similar in a catch up subscriptions?
Thanks in advance.
Mathias