• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

decentraland / comms-message-sfu / 25499031545
90%
main: 90%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/types/node-25.6.2
DEFAULT BRANCH: main
Ran 07 May 2026 01:33PM UTC
Jobs 1
Files 16
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 May 2026 01:32PM UTC coverage: 89.474% (+0.1%) from 89.356%
25499031545

Pull #113

github

LautaroPetaccio
fix: guard publishData against non-connected Room

A recent dev SIGSEGV happened inside @livekit/rtc-node native code
during the SDK's internal reconnect. Independently, there is a
latent race in routeMessage where an in-flight routing call can
outlive a concurrent disconnect and end up invoking publishData on
a Room whose native state is being torn down — which can crash the
process.

Add a ConnectionState check before each publishData so we bail
cleanly (logged + failed metric) instead of touching torn-down
native handles.

Also bump @livekit/rtc-node ^0.13.14 -> ^0.13.27, which brings in
upstream fixes around FFI event ordering, waiting for the disconnect
response, and native handle disposal — all in the same crash class.

Switch @dcl/protocol to the experimental dist-tag so we keep
tracking the experimental branch where Chat.forwarded_from lives;
main dropped that field.
Pull Request #113: fix: guard publishData against non-connected Room

64 of 77 branches covered (83.12%)

Branch coverage included in aggregate %.

3 of 3 new or added lines in 1 file covered. (100.0%)

2 existing lines in 1 file now uncovered.

259 of 284 relevant lines covered (91.2%)

8.99 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
93.1
0.51% src/logic/message-routing.ts
Jobs
ID Job ID Ran Files Coverage
1 25499031545.1 07 May 2026 01:33PM UTC 32
90.15
GitHub Action Run
Source Files on build 25499031545
  • Tree
  • List 16
  • Changed 7
  • Source Changed 1
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25499031545
  • Pull Request #113
  • PR Base - main (#23498671554)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc