nats-io/nats.net.v2

Passing a Canceled cancellationToken to NatsSubBase results in `Unsubscribe` before derived class constructor is called

caleblloyd opened this issue · 0 comments

If a Cancelled cancellationToken is passed here, the call to EndSubscription completes synchronously before any derived class constructor has run