Fix bug where guest would drop BufferSaved messages while opening the buffer
This commit is contained in:
parent
543301f949
commit
f95732e981
3 changed files with 35 additions and 31 deletions
|
@ -132,7 +132,7 @@ async fn test_random_collaboration(
|
|||
)
|
||||
.await;
|
||||
if !applied {
|
||||
skipped.store(false, SeqCst);
|
||||
skipped.store(true, SeqCst);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue