fix(broker): route all wakes through sqlite, remove transient ping buffer

This commit is contained in:
damocles 2026-07-05 11:55:40 +02:00
commit fac326aa35
9 changed files with 84 additions and 215 deletions

View file

@ -818,7 +818,6 @@ async fn poll_once(
let req = hive_sh4re::Request::Wake {
from: "forge".to_owned(),
body,
transient: false,
};
let deliver_result = crate::client::request::<_, hive_sh4re::Response>(socket, &req)
.await