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

DemoBytom / DemoEngine / 22160476800 / 1
30%
develop: 26%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: develop
Ran 18 Feb 2026 10:42PM UTC
Files 127
Run time 3s
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

18 Feb 2026 10:32PM UTC coverage: 11.356% (+0.01%) from 11.345%
22160476800.1

Pull #503

coveralls.net

DemoBytom
Fixed `DisposedException` when calling `mainLoopLifetime.Cancel`

The `mainLoopLifetime.Cancel()` in `StaThreadService` was called after `TaskCompletionSource.SetResult()`. That task ending was leading to `MainLoopLifetime` being already disposed before the `Cancel()` was called, causing `DisposedException` if the completion and disposal happened fast enough.
Moving the call to `mainLoopLifetime.Cancel()` before `tcs.SetResult`/`tcs.SetException` ensures this will not happen.

Fixes #501
Pull Request #503: Fixed `DisposedException` when calling `mainLoopLifetime.Cancel`

696 of 6129 relevant lines covered (11.36%)

0.12 hits per line

Source Files on job 22160476800.1
  • Tree
  • List 127
  • Changed 16
  • Source Changed 3
  • Coverage Changed 15
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 22160476800
  • d04283f2 on github
  • Prev Job for on feature/small_fixes (#22109264872.1)
  • Next Job for on feature/small_fixes (#22160458527.1)
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