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

lsm / neokai / 25232795924 / 10
82%
dev: 82%

Build:
DEFAULT BRANCH: dev
Ran 01 May 2026 08:58PM UTC
Files 293
Run time 9s
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

01 May 2026 08:56PM UTC coverage: 19.369%. First build
25232795924.10

push

github

web-flow
Graceful socket disconnection handling in UI (#1748)

* Graceful socket disconnection handling in UI

Replace full-page blocking error overlay with non-blocking inline banner
that shows connection state progression: Reconnecting → Connection lost →
Unable to reconnect. Queue outbound messages during disconnection and flush
on reconnect. Sanitize internal error messages before surfacing to users.
Detect auth/session expiry and redirect instead of retrying.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* Address review feedback: deliveryMode, 403, transport cleanup, test alignment

- Include deliveryMode in queued message closure (P1)
- Remove 403 from isAuthError — it's permission denied, not session expiry (P1)
- Stop transport and auto-flush before auth redirect to prevent reconnect loop (P1)
- Export getBannerLevel from ConnectionOverlay and test the real function (P2)
- Reorder handleDisconnect before setState in forceReconnect for correct attempt count (P2)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* fix: queue message when hub disappears mid-send, guard flush against disconnect

Three fixes from PR review feedback:
- Hub-null path now enqueues message instead of showing misleading toast
- Offline queue path now calls onMessageAccepted with the server response
- flushQueue() guards against disconnection: skips when disconnected,
  breaks mid-flush if connection drops, leaving remaining actions pending

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* fix: use consistent em dash in "Message queued" toast strings

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* fix: prevent unhandled rejection in hub-null enqueue, fix reconnect banner flicker

Two fixes:
- Hub-null path passes { executeImmediately: false } to enqueueAction,
  preventing immediate-execution rejection since connectionState is still
  'connected' but the hub is gone
- getBannerLevel only hides 'connecting' on initial load (attempts=0);
 ... (continued)

15957 of 82383 relevant lines covered (19.37%)

9.99 hits per line

Source Files on job daemon-online-rewind-1 - 25232795924.10
  • Tree
  • List 293
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25232795924
  • 34dd8801 on github
  • 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