Skip to content

Commit c66fd08

Browse files
authored
Update socket.ts
1 parent f6a9a3b commit c66fd08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/client/lib/client/socket.ts

-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ export default class RedisSocket extends EventEmitter {
169169

170170
this.emit('error', err);
171171
await promiseTimeout(retryIn);
172-
173172
this.emit('reconnecting');
174173
}
175174
} while (this.#isOpen && !this.#isReady);

0 commit comments

Comments
 (0)