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

supabase / supabase-swift / 30459456649 / 1
84%
main: 84%

Build:
DEFAULT BRANCH: main
Ran 29 Jul 2026 02:20PM UTC
Files 99
Run time 6s
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

29 Jul 2026 02:09PM UTC coverage: 84.037% (-0.02%) from 84.055%
30459456649.1

push

github

web-flow
fix(realtime): resume WebSocket continuations outside the lock (#1156)

Same anti-pattern as the AsyncValueSubject deadlock
(supabase/supabase-swift#1154): `onComplete`, `onWebSocketTaskOpened`,
and `_trigger` resumed/yielded continuations while holding
`mutableState`'s lock. Resuming a continuation can synchronously reach
into the Swift runtime's task status-record lock, which risks a
lock-order inversion if cancellation ever calls back into this lock
(not currently wired up, but the pattern is fragile and one
`withTaskCancellationHandler`/`onTermination` away from reintroducing
the same class of deadlock).

Compute the action under the lock, run it (resume/yield) after
releasing it — mirrors the fix already applied to AsyncValueSubject.

8439 of 10042 relevant lines covered (84.04%)

39.54 hits per line

Source Files on job 30459456649.1
  • Tree
  • List 99
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 30459456649
  • 625a278d on github
  • Prev Job for on main (#30458338125.1)
  • Next Job for on main (#30492170444.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc