1
0
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:
leibale
2021-12-08 10:27:29 -05:00
parent e63ebf6792
commit e11256854e

View File

@@ -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;
} }