alpha
Login
or
Join now
r0chd.pl
/
sessiond
Star
0
Fork
1
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
session and seat management daemon
Star
0
Fork
1
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
sessiond
/
daemon
/
at
aa94de3c9687b30dfd1de748900ec8d248834f89
1 folder
2 files
parzivale
fix(tests): update integration test for session_added protocol change
16d ago
752c5f83
src
fix(tests): update integration test for session_added protocol change Upstream replaced the batched sessions event with per-session session_added events. Update the CoreState dispatch handler to match. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 weeks ago
Cargo.toml
fix(tests): update integration test for session_added protocol change Upstream replaced the batched sessions event with per-session session_added events. Update the CoreState dispatch handler to match. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 weeks ago
build.rs
test: fix integration test hangs by closing connections before stopping daemon Keeping the client socket open while calling daemon.stop() prevented the calloop event loop from responding to the loop signal. Wrapping each connect_core block in a scope ensures the connection is dropped before join() is called. Also removes leftover [DBG]/[TST] eprintln! debug statements from the session object and event handlers. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 weeks ago