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

wboayue / rust-ibapi / 25534675204
92%

Build:
DEFAULT BRANCH: main
Ran 08 May 2026 03:18AM UTC
Jobs 1
Files 125
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

08 May 2026 03:17AM UTC coverage: 88.283% (+0.01%) from 88.27%
25534675204

push

github

web-flow
fix(sync): Client::drop releases threads in <100ms (#524)

Fixes #523. Sync Client::drop now releases its threads in <100ms instead of up to ~1s. Two cooperating fixes:

- Cleanup thread: replace 1s recv_timeout poll with crossbeam::select! over the signal channel + bounded(1) shutdown-notify channel.
- Dispatcher thread: new Reconnect::shutdown_read calls TcpStream::shutdown(Read) from request_shutdown to break the blocked socket read; dispatch() short-circuits its is_connection_error arm to Err(Shutdown) so the resulting EOF does not false-trigger reconnect.

Algo integration suite (14 tests, paper gateway): sync 21.18s -> 5.72s (~3.5x), parity with async.

35 of 43 new or added lines in 4 files covered. (81.4%)

18068 of 20466 relevant lines covered (88.28%)

28.48 hits per line

Uncovered Changes

Lines Coverage ∆ File
8
77.96
0.62% src/transport/sync/mod.rs
Jobs
ID Job ID Ran Files Coverage
1 25534675204.1 08 May 2026 03:18AM UTC 125
88.28
GitHub Action Run
Source Files on build 25534675204
  • Tree
  • List 125
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25534675204
  • 481532c9 on github
  • Prev Build on main (#25531789661)
  • Next Build on main (#25535179348)
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