You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
fix #1771 - fix PubSub resubscribe
This commit is contained in:
@@ -110,7 +110,6 @@ export default class RedisSocket extends EventEmitter {
|
|||||||
} catch (err) {
|
} catch (err) {
|
||||||
this.#socket.destroy();
|
this.#socket.destroy();
|
||||||
this.#socket = undefined;
|
this.#socket = undefined;
|
||||||
this.#isOpen = false;
|
|
||||||
throw err;
|
throw err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user