project-chip/connectedhomeip

`libwebsockets` dependabot updates never succeed

Open

#39.458 geöffnet am 9. Juni 2025

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (1.659 Forks)batch import
good first issue

Repository-Metriken

Stars
 (6.410 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T 5h) (375 gemergte PRs in 30 T)

Beschreibung

See #39450 or #39325 as examples

We likely use code that is incompatible with new versions. However we should be able to take in bug fixes, so we should fix our code to work.

Darwin and linux seems to fail websocket connections on 9002 for some reason when new websockets library is used:

...
ERROR   09:51:43.354 - PAIR ERR  :     raise Exception(f'Connecting to {url} failed.')
479
ERROR   09:51:43.354 - PAIR ERR  : Exception: Connecting to ws://localhost:9002 failed.
480
ERROR   ================ CAPTURED LOG END ====================
481
ERROR   DL_LockUnlock                  - FAILED in 51.72 seconds

Cannot see any obvious reasons in log, so we may want to improve logging and debug.

Contributor Guide