socketio / socket.io-cluster-adapter

The Socket.IO official cluster adapter, allowing to broadcast events between several Socket.IO servers.
https://socket.io
MIT License
16 stars 9 forks source link

ERR_IPC_CHANNEL_CLOSED and EPIPE errors on exit #6

Closed RolandoAndrade closed 2 years ago

RolandoAndrade commented 2 years ago

This PR tries to mitigate the effects of the issue #5

darrachequesne commented 2 years ago

Merged as https://github.com/socketio/socket.io-cluster-adapter/commit/be0a0e3217bd7100d569e5624194612bcc8b96ff, and included in version 0.2.1. Thanks a lot :+1:

RolandoAndrade commented 2 years ago

Thanks!