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

nagayon-935 / conduit / 23794163107
64%

Build:
DEFAULT BRANCH: main
Ran 31 Mar 2026 11:07AM UTC
Jobs 1
Files 21
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

31 Mar 2026 11:07AM UTC coverage: 60.309% (-1.1%) from 61.433%
23794163107

push

github

nagayon-935
fix: prevent SSH display freeze caused by blocking WebSocket writes

SafeConn.WriteMessage had no write deadline, allowing a slow or
unresponsive client to block the broadcast loop indefinitely. This
stalled readPump, filled the ToClient channel, and caused
sshToClientPump to drop SSH output after 50ms (BackpressureTimeout),
which appeared as a frozen terminal.

- Add 10s write deadline to SafeConn.WriteMessage
- Remove failed connections immediately in BroadcastToWebSockets
  so one bad client cannot starve healthy ones
- Update tests: server now sends exit instead of error for unknown
  sessions so the client stops reconnecting

0 of 15 new or added lines in 2 files covered. (0.0%)

22 existing lines in 5 files now uncovered.

664 of 1101 relevant lines covered (60.31%)

6.86 hits per line

Uncovered Changes

Lines Coverage ∆ File
11
57.55
-2.15% internal/session/session.go
4
13.64
-2.15% internal/session/safews.go

Coverage Regressions

Lines Coverage ∆ File
13
76.19
-7.68% internal/api/terminal.go
6
70.19
-2.08% internal/tunnel/pump.go
1
13.64
-2.15% internal/session/safews.go
1
57.55
-2.15% internal/session/session.go
1
48.09
-0.55% internal/sshconn/dialer.go
Jobs
ID Job ID Ran Files Coverage
1 23794163107.1 31 Mar 2026 11:07AM UTC 21
60.31
GitHub Action Run
Source Files on build 23794163107
  • Tree
  • List 21
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • dc47d61e on github
  • Prev Build on main (#23793428872)
  • Next Build on main (#24069915808)
  • Delete
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