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

wboayue / realflight-bridge / #34
92%

Build:
DEFAULT BRANCH: main
Ran 07 Jan 2026 06:06AM UTC
Jobs 1
Files 12
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

07 Jan 2026 06:01AM UTC coverage: 78.053% (-8.4%) from 86.473%
#34

push

web-flow
feat: add async bridge support with Tokio runtime (#36)

* feat: add async bridge support with Tokio runtime

Add optional async bridge support via `rt-tokio` feature flag:
- AsyncBridge trait mirroring sync RealFlightBridge
- AsyncLocalBridge with builder pattern for configuration
- AsyncRemoteBridge for remote simulator connections
- AsyncProxyServer with CancellationToken for graceful shutdown
- AsyncConnectionPool using tokio channels
- AsyncTcpSoapClient for async SOAP requests
- AsyncStubSoapClient for testing

* docs: add async usage examples to README

* chore: bump version to 1.0.0, update docs for uom feature

* fix: replace deprecated criterion::black_box with std::hint::black_box

* bench: add encode_control_inputs benchmark

Exposes encode_control_inputs via bench-internals feature to benchmark
the hot path encoding alongside existing decode benchmarks.

* test: add comprehensive tests for async bridge implementations

- Add request tracking to AsyncStubSoapClient
- Add 19 tests for AsyncLocalBridge (builder, operations, exchange_data)
- Add 8 tests for AsyncRemoteBridge (operations, error handling)
- Add 10 tests for AsyncProxyServer (routing, cancellation, disconnect)
- Add 4 tests for AsyncConnectionPool (valid stream, replenish, drop)
- Add 5 tests for AsyncTcpSoapClient (parsing, stats)
- Refactor AsyncProxyServer with run_with_bridge() for testability

* fix: replace curly apostrophe with straight apostrophe

* fix: address PR review findings #2, #3, #4

- #2: send_request takes Option<&ControlInputs>, clones internally
- #3: stub_async uses tokio::sync::Mutex, async queue_response/requests
- #4: pool_async uses watch channel for init error reporting
- docs: fix double backtick typo in enable_rc doc

3 of 66 new or added lines in 2 files covered. (4.55%)

505 of 647 relevant lines covered (78.05%)

814.19 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
63
0.0
src/bridge/proxy/async_impl.rs
Jobs
ID Job ID Ran Files Coverage
1 #34.1 07 Jan 2026 06:06AM UTC 12
78.05
Source Files on build #34
  • Tree
  • List 12
  • Changed 8
  • Source Changed 7
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f2f824f4 on github
  • Prev Build on main
  • Next Build on main
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