Greetings,
When hacking on Haskell eventstore driver, I found out a strange behavior regarding volatile subscriptions.
So I started a volatile subscription on a stream that doesn’t exist. Surprisingly, I got a subscription confirmation message (0xC1).
Somehow, I thought I would’ve got a subscription dropped message (0xC4), with a subscription reason as NOT_FOUND.
Is this an expected behavior ?
Eventstore: **3.9.1.0 **
Regards,
Yorick