Fix bug where guest would drop BufferSaved messages while opening the buffer

This commit is contained in:
Max Brunsfeld 2023-04-03 16:23:44 -07:00
parent 543301f949
commit f95732e981
3 changed files with 35 additions and 31 deletions

View file

@ -132,7 +132,7 @@ async fn test_random_collaboration(
)
.await;
if !applied {
skipped.store(false, SeqCst);
skipped.store(true, SeqCst);
}
}