Skip to content

Commit 7d951b5

Browse files
brmnclaude
andcommitted
fix: restore reconnecting property removed by biome unsafe fix
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9c10319 commit 7d951b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/websocket.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export class EODHDWebSocket {
3838
private reconnectFailedListeners: (() => void)[] = [];
3939
private reconnectAttempts = 0;
4040
private closed = false;
41+
private reconnecting = false;
4142

4243
/**
4344
* Create a new WebSocket client instance.

0 commit comments

Comments
 (0)