Skip to content

Chore: websocket connection optimisation#182

Open
khaydarov wants to merge 6 commits intomasterfrom
catcher-ws-conn
Open

Chore: websocket connection optimisation#182
khaydarov wants to merge 6 commits intomasterfrom
catcher-ws-conn

Conversation

@khaydarov
Copy link
Copy Markdown
Member

No description provided.

Comment on lines +178 to +183
this.ws.onopen = null;
this.ws.onclose = null;
this.ws.onerror = null;
this.ws.onmessage = null;
this.ws.close();
this.ws = null;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move to a separate method and reuse in close()

@khaydarov khaydarov requested a review from neSpecc April 11, 2026 21:12
Copy link
Copy Markdown
Member

@neSpecc neSpecc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems ok, lets publish release candidate and test it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants