We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5beaed commit 7c66bd3Copy full SHA for 7c66bd3
packages/client/lib/client/socket.ts
@@ -218,15 +218,6 @@ export default class RedisSocket extends EventEmitter {
218
try {
219
this.#socket = await this.#createSocket();
220
this.emit('connect');
221
-
222
- // try {
223
- // await this.#initiator();
224
- // } catch (err) {
225
- // console.log('Initiator failed', err);
226
- // this.#socket.destroy();
227
- // this.#socket = undefined;
228
- // throw err;
229
- // }
230
this.#isReady = true;
231
this.#socketEpoch++;
232
this.emit('ready');
0 commit comments