Skip to content

Conversation

@hikinggrass
Copy link
Member

Otherwise newer versions of libwebsockets used in everest-framework refuse to connect with the admin panel

Otherwise newer versions of libwebsockets used in everest-framework refuse to connect with the admin panel

Signed-off-by: Kai-Uwe Hermann <[email protected]>
@github-actions
Copy link

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 0.08% 11 / 12712
🔵 Statements 0.08% 11 / 12712
🔵 Functions 97.67% 42 / 43
🔵 Branches 97.82% 45 / 46
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
src/modules/evbc/rpc/websocketRpcIssuer.ts 0% 100% 100% 0%
Generated in workflow #1661 for commit 0e31c3a by the Vitest Coverage Report Action

) {
super();
this._socket = new WebSocket(this._url);
this._socket = new WebSocket(this._url, "everest-controller");
Copy link
Collaborator

Choose a reason for hiding this comment

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

It would be nice to add a comment above explaining why this is necessary, as this feels pretty non-standard.

Also this likely has to be adapted here as well:

Copy link
Collaborator

@lukas-mertens lukas-mertens left a comment

Choose a reason for hiding this comment

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

see comment

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.

3 participants