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
|
|
@ -391,11 +391,7 @@ impl Surface for AgentSurface {
|
|||
async fn wake_external(socket: &Path, from: String, body: String) -> Result<()> {
|
||||
let resp: AgentResponse = client::request(
|
||||
socket,
|
||||
&AgentRequest::Wake {
|
||||
from,
|
||||
body,
|
||||
transient: false,
|
||||
},
|
||||
&AgentRequest::Wake { from, body },
|
||||
)
|
||||
.await?;
|
||||
match resp {
|
||||
|
|
|
|||
Loading…
Reference in a new issue