Commit 43e5cf9
committed
deps: bump pryv libs 3.0.1 → 3.0.2 (websocket-only socket.io transport)
Picks up @pryv/socket.io v3.0.2 which sets transports: ['websocket']
on the socket.io-client io() call, matching service-core v2 cluster
mode (which disables HTTP long-polling and only accepts WS upgrades).
Without this, clients probe transport=polling → server returns
{"code":0,"message":"Transport unknown"} HTTP 400 → socket.io-client
defaults reconnect every ≤5s forever. One stuck tab generated 17k+
errors/day on hds-prod-open-pryv-io starting 2026-04-29.
@pryv/monitor and pryv version-bumped along (no code change in those).1 parent 62bdad2 commit 43e5cf9
2 files changed
Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
| 65 | + | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
0 commit comments