How to skip deleted stream

Hi

How can I skip or detect I’m dealing with a deleted stream when calling ReadStreamEventsForward in the client api (version 2.0.2.0)?

Thanks.

What do you mean by “skip”? It will tell you its deleted when you try to read and you will not get events back

You’re right. I had a bug in my code.

In later versions streams are recreatable btw (soft deleted by default) in 2.x they are hard deleted by default (not recoverable)