Actually works if you sleep long enough before sending message

This commit is contained in:
link2xt
2024-05-18 22:45:27 +00:00
parent 013eaba47f
commit 4bed4b32f5

View File

@@ -786,6 +786,7 @@ mod tests {
alice.recv_msg_trash(&bob_advertisement).await;
// Alice sends ephemeral message
tokio::time::sleep(tokio::time::Duration::from_secs(10)).await;
eprintln!("Sending ephemeral message");
send_webxdc_realtime_data(alice, alice_webxdc.id, b"alice -> bob".into())
.await