EventStore-Client-NodeJS icon indicating copy to clipboard operation
EventStore-Client-NodeJS copied to clipboard

Expect CancelledError when node is terminated

Open w1am opened this issue 1 year ago • 1 comments

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.

w1am avatar Feb 20 '24 10:02 w1am