You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wouldn't say that this is really going to happen in the real-life, and probably if it did, the machine is not reachable from the outside, but I think it's not the worst idea to report.
To replicate this - start redis process, make sure it tries to reach something via wi-fi (ip might not exist, but should be valid one), turn off wi-fi and enjoy the crash
Seems to be a connection error. When a connection error happens, ioredis would emit error when there's at lease one listener. If there's none of listener listen to the error event, ioredis would just ignore the error and close the connection(and reconnect if retryStrategy is set).
I wouldn't say that this is really going to happen in the real-life, and probably if it did, the machine is not reachable from the outside, but I think it's not the worst idea to report.
To replicate this - start redis process, make sure it tries to reach something via wi-fi (ip might not exist, but should be valid one), turn off wi-fi and enjoy the crash
The text was updated successfully, but these errors were encountered: