EventStore / EventStore-Client-NodeJS

A NodeJS client for Event Store
https://eventstore.com
Apache License 2.0
162 stars 21 forks source link

Expect CancelledError when node is terminated #357

Closed w1am closed 6 months ago

w1am commented 7 months ago

Changed: Expect a CancelledError error when a node connection is abruptly terminated.

The default value of ShutdownTimeout in ESDB is now explicitly set to 5s, which was the default value for ESDB versions before v24.x. The value was recently changed to 30s in recent .NET releases, but this change was causing some issues with subscriptions. See more info here.

linear[bot] commented 7 months ago

DEV-231 Remove try catch in mid-stream and write-after-end test