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

dangernoodle-io / breadboard / 28341865267
100%

Build:
DEFAULT BRANCH: main
Ran 29 Jun 2026 12:50AM UTC
Jobs 1
Files 40
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

29 Jun 2026 12:49AM UTC coverage: 100.0%. Remained the same
28341865267

push

github

web-flow
feat(bb_sink_ws): add suspend/resume to drop /ws clients during TLS window (#591)

- add bb_websocket_close_client(server, fd) wrapper to bb_websocket: espidf impl
  wraps httpd_sess_trigger_close; host impl is a no-op returning bb_ok; stub added
  to !config_httpd_ws_support section returning bb_err_unsupported
- add bb_sink_ws_suspend() / bb_sink_ws_resume() to public api in bb_sink_ws.h:
  suspend closes all active /ws client sockets and clears sub tables to reclaim
  heap during a tls handshake window; resume re-enables broadcast sends; idempotent
- espidf bb_sink_ws.c: walk bb_websocket_max_fd on suspend, close each active fd
  via bb_websocket_close_client + client_sub_clear; gate ws_log_pump broadcast on
  !s_suspended so log pump keeps draining the queue without hammering closed fds
- host bb_sink_ws.c: same suspend/resume logic; s_suspended gates broadcast_filtered
  so sends are skipped while suspended; s_suspended reset in bb_sink_ws_reset_for_test
- add 3 host tests: suspend clears clients (post-suspend broadcast delivers to none),
  suspend is idempotent (second call bb_ok no crash), resume clears flag (delivers again
  after re-subscribe)
- breadboard-only; tm wire-in and b1-410 log->ws bridge deferred

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

1786 of 1786 branches covered (100.0%)

Branch coverage included in aggregate %.

3080 of 3080 relevant lines covered (100.0%)

1246.54 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28341865267.1 29 Jun 2026 12:50AM UTC 40
100.0
GitHub Action Run
Source Files on build 28341865267
  • Tree
  • List 40
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28341865267
  • b7ce11ed on github
  • Prev Build on main (#28341571809)
  • Next Build on main (#28342582463)
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