add FIXME comment
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-08-15 14:54:40 +03:00
parent 5ed0398203
commit ae96fb3bf8

View File

@@ -100,6 +100,10 @@ where
self.table.push(pos);
// FIXME
// this will break WriterSink::poll_ready (will wait forever), but not Writer::load
// tokio::time::sleep(std::time::Duration::from_secs(1)).await;
Ok(())
}