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

wboayue / rust-ibapi / 22126629475
86%

Build:
DEFAULT BRANCH: main
Ran 18 Feb 2026 04:37AM UTC
Jobs 1
Files 103
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 04:32AM UTC coverage: 85.518% (-0.03%) from 85.544%
22126629475

push

github

web-flow
fix: skip unexpected messages on shared channels without retry limit (#418)

* fix(async): release order-update stream ownership on subscription drop

* fix: skip unexpected messages on shared channels without retry limit

UnexpectedResponse errors from shared broadcast channels are
wrong-channel messages (e.g., OrderStatus from order updates arriving
on the OpenOrders channel), not actual decode failures. Previously
these counted toward the 10-retry limit, causing subscriptions to
fail when enough stray messages accumulated in the ring buffer.

Change UnexpectedResponse from ProcessingResult::Retry (counted) to
ProcessingResult::Skip (silent discard). Stray messages are now
skipped at trace log level without incrementing the retry counter,
so subscriptions never fail due to cross-channel message noise.

Add ProcessingResult::Skip variant and test proving >10 unexpected
messages are tolerated without subscription failure.

---------

Co-authored-by: Wil Boayue <wil@wsbsolutions.com>

3 of 8 new or added lines in 3 files covered. (37.5%)

5 existing lines in 2 files now uncovered.

8946 of 10461 relevant lines covered (85.52%)

121.11 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
84.38
-3.8% src/subscriptions/async.rs
4
74.07
0.68% src/subscriptions/sync.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
74.07
0.68% src/subscriptions/sync.rs
4
84.38
-3.8% src/subscriptions/async.rs
Jobs
ID Job ID Ran Files Coverage
1 22126629475.1 18 Feb 2026 04:37AM UTC 103
85.52
GitHub Action Run
Source Files on build 22126629475
  • Tree
  • List 103
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22126629475
  • ff7ab885 on github
  • Prev Build on main (#22126202398)
  • Next Build on main (#22127633895)
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