fix(broker): route all wakes through sqlite, remove transient ping buffer
This commit is contained in:
parent
bd0e4d1012
commit
fac326aa35
9 changed files with 84 additions and 215 deletions
|
|
@ -688,7 +688,6 @@ pub(crate) async fn send_wake(
|
|||
let req = hive_sh4re::AgentRequest::Wake {
|
||||
from: format!("bash-task-{id}"),
|
||||
body,
|
||||
transient: true,
|
||||
};
|
||||
|
||||
match UnixStream::connect(socket).await {
|
||||
|
|
|
|||
Loading…
Reference in a new issue