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

DemoBytom / DemoEngine / 22160476800
30%
develop: 26%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: develop
Ran 18 Feb 2026 10:41PM UTC
Jobs 1
Files 65
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

18 Feb 2026 10:32PM UTC coverage: 30.019% (+0.03%) from 29.986%
22160476800

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`

640 of 2132 relevant lines covered (30.02%)

0.33 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
4
92.59
0.09% /src/Demo.Engine.Core/Features/StaThread/StaThreadService.cs
Jobs
ID Job ID Ran Files Coverage
1 22160476800.1 18 Feb 2026 10:42PM UTC 127
11.36
Source Files on build 22160476800
  • Tree
  • List 65
  • Changed 16
  • Source Changed 3
  • Coverage Changed 15
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #503
  • PR Base - main (#22109264872)
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