refactor: Podのメインループのリファクタリング

This commit is contained in:
2026-05-14 03:27:49 +09:00
parent dfa466c980
commit e7064878c2
22 changed files with 1463 additions and 612 deletions
+1 -4
View File
@@ -104,10 +104,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
"\n[shared_state] final: {}",
handle.shared_state.status_json()
);
println!(
"[history] {} bytes",
handle.shared_state.history_json().len()
);
println!("[session log] {} entries", handle.sink.len());
drop(handle);
let _ = listener.await;