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

orion-ecs / keen-eye / 30060975494 / 1
64%
main: 64%

Build:
DEFAULT BRANCH: main
Ran 24 Jul 2026 02:16AM UTC
Files 988
Run time 30s
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

24 Jul 2026 02:11AM UTC coverage: 64.152% (+0.04%) from 64.109%
30060975494.1

push

github

tyevco
fix(core): Harden MessageManager dispatch against reentrancy and cross-handler unsubscribe (#1108, #1109, #1113)

Snapshot the handler list before dispatch in Send, ProcessQueuedMessages<T>,
and MessageQueueWrapper.Process so a handler can unsubscribe itself or any
other handler without shifting the set of handlers seen by the current
dispatch. This fixes the double-invoke where reverse-iterating the live list
re-ran a just-run handler after it removed an earlier-indexed one (#1109).

Snapshot the queue set in ProcessQueuedMessages before dispatch so a handler
queuing a never-before-seen message type (adding a dictionary key) no longer
throws 'Collection was modified'; newly-queued types are delivered on the next
drain. Drop the trailing clear-all pass that could silently discard a message
a handler just queued (#1108).

Iterate forward in both EventBus and MessageManager to honor the documented
'registration order' contract instead of reverse (#1113).

Closes #1108
Closes #1109
Closes #1113

8463 of 12523 branches covered (67.58%)

Branch coverage included in aggregate %.

50647 of 79617 relevant lines covered (63.61%)

0.97 hits per line

Source Files on job 30060975494.1
  • Tree
  • List 988
  • Changed 7
  • Source Changed 7
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 30060975494
  • e91da516 on github
  • Prev Job for on main (#30058181710.1)
  • Next Job for on main (#30065019554.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