When redis graph/redis client shuts down, the node process which has a handle to redisgraph.js crashes. My understanding is, we need to listen to this._client.on('error') event and handle it inside graph.js.
Is there a workaround meanwhile to avoid this crash ?