Confirmed subscription on non existent stream with a VolatileSubscription

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

it is, and if it is created you will receive messages for it,

Thanks Greg,

I don’t have to investigate on this then.

Cheers.