EventStore / EventStore-Client-NodeJS

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

chore(bump): grpc-js to 1.9.11 #350

Closed jokesterfr closed 10 months ago

jokesterfr commented 10 months ago

A lot of stability fixes happened on grpc-js recently, I just want to make sure the EventStore client is up to date with these fixes.

I'm experiencing frequent issues with Error: 14 UNAVAILABLE: Server Is Not Ready on ES 23.10, which I guess is related to socket exhaustion due to mis disconnection of the client. Frequently on the server side we have 0 connections in the $ES_URL/subscriptions/${ES_STREAM}/${ES_GROUP}/info API response, while the Node.js client states that it is still connected.

Probably related to:

Customer Support Tracking reference: 110968

cdevarenne commented 10 months ago

Thank you for reporting this @jokesterfr, we are working on integrating these changes in https://github.com/EventStore/EventStore-Client-NodeJS/pull/351

jokesterfr commented 10 months ago

Thank you, will keep track of #351 then.