-
I believe there is a race condition when recursively copying:
https://github.com/webdesus/fs_extra/blob/1754296075e7cc4a25feaa876a3f4b9daccc0b98/src/dir.rs#L604-L609
`create_all` will fail when …
-
Code that invokes `spawn_blocking`, or `block_in_place` (which internally calls `spawn_blocking`), all end up taking a shared lock here:
https://github.com/tokio-rs/tokio/blob/221f421464e6672e9cf2562…
-
**Description**
When requesting the "pending" state with the following command:
`curl -H "Content-Type: application/json" -X POST --data '{"jsonrpc":"2.0", "method": "eth_getStorageAt", "params": …
-
Although it encountered an error, the migration tool doesn't exit and instead waits for the transition block with an incomplete state.
```
2024-10-02T14:13:35.524271Z DEBUG Connection{peer=Client}: h…
sisou updated
1 month ago
-
I don't know what request caused it, I only found the log before the crash.
log info
```
2023-08-09T09:22:37.567529Z INFO zksync_core::api_server::execution_sandbox::vm_metrics: Tx 0x00000000000…
-
It's unclear whether `Sender::send_async` is cancel-safe. That is, does it guarantee that if the future returned from it is cancelled, the message is not sent? It would be great to document it. For in…
-
Version: f9ec73563f615553ca097b0457bed8347ad2227d
I'm trying to download a zero byte blob from blob storage using `BlobClient::get` and am running into errors. Note that this only happens when the …
-
`iperf3` almost always causes a `Broken pipe (os error 32)` or a `Socket is not connected (os error 57)`
Upon exit, it causes an excessive amount of `Rst` server -> client.
Occasionally `tokio-con…
-
I think it would be nice to provide a conversion into the standard library `ChildStd{in,out,err}` types. This could tie in nicely with https://github.com/tokio-rs/tokio/pull/4045 to allow converting t…
-
Tracking it here: https://github.com/tokio-rs/tokio/issues/4114
Not sure if you want to keep an issue open tracking this or not, but it's a requirement downstream as well. I would like to at least …