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

dangernoodle-io / breadboard / 25980529271
100%

Build:
DEFAULT BRANCH: main
Ran 17 May 2026 03:44AM UTC
Jobs 1
Files 16
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

17 May 2026 03:43AM UTC coverage: 100.0%. Remained the same
25980529271

push

github

web-flow
fix(bb_log): detect SSE peer disconnect within 500ms (#241)

sse_task previously only noticed a closed peer on the next write, up
to CONFIG_BB_LOG_SSE_KEEPALIVE_MS (5s default) after disconnect.
Combined with LWIP's 20s FIN_WAIT_2 timeout, each closed SSE session
held a socket for ~25s — exhausting the 8-socket LWIP pool after a
handful of dashboard navigations and causing httpd_accept_conn to
fail with errno 23 (ENFILE).

Add a non-blocking MSG_PEEK recv() at the top of each drain iteration
so peer FIN / ECONNRESET is caught within the 500ms drain interval.
CLOSE_WAIT residency drops from ~5s to ~500ms. Companion TM-side
reduction of CONFIG_LWIP_TCP_FIN_WAIT_TIMEOUT shrinks the FIN_WAIT_2
half.

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

752 of 752 branches covered (100.0%)

Branch coverage included in aggregate %.

1340 of 1340 relevant lines covered (100.0%)

1118.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25980529271.1 17 May 2026 03:44AM UTC 16
100.0
GitHub Action Run
Source Files on build 25980529271
  • Tree
  • List 16
  • 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 #25980529271
  • c3013f71 on github
  • Prev Build on main (#25980429767)
  • Next Build on main (#25980623866)
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