-
The type `tokio_tungstenite::MaybeTlsStream` looks very useful. Any interest in moving it to a separate crate?
I'm currently trying to add optional TLS support for an IMAP library and need exactly …
-
**Describe the bug**
A very low TPS perf test causes the router to panic after upgrading from 1.38.0 to 1.43.2 last week:
```
{"timestamp":"2024-04-05T20:20:13.407796000Z","level":"WARN","messa…
-
### Describe the bug
There is a bug when reading from partitioned tables that have commas in their names
Here is the test
https://github.com/apache/arrow-datafusion/blob/b2a04519da97c2ff81789ef41…
alamb updated
7 months ago
-
It would be nice to have an easier to use `Filesystem` API that also uses Rust's `async` feature
-
**Describe the bug**
The writer relies on CAS failing on WAL files to detect when it's been fenced. At the same time, a newer writer could come along and "fence" an old writer, and go on to compact t…
-
curl -sSN http://serller.top:5555/us1 | yamux-rust -u 127.0.0.1 4000 | curl -sSNT - http://serller.top:5555/us2
curl -sSN http://serller.top:5555/us2 | yamux-rust -ul 19999 | curl -sSNT - http://se…
-
PR https://github.com/Azure/azure-sdk-for-rust/pull/1560 has brought in the async-process dependency which itself depends on async-io.
As the azure crates already depend on tokio through reqwest, m…
-
**Is your feature request related to a problem? Please describe.**
We build a high concurrent service to replace nginx. In high concurrent area, one acceptor thread is not enough when there are many …
-
while trying miri on my repo i encountered the following error:
can't call foreign function `gnu_get_libc_version` on OS `linux`
Details:
```
running 23 tests
test core::reconcil…
-
**Is your feature request related to a problem? Please describe.**
Currently, a `panic!()` within spawned tasks kills the runtime thread because we are not catching it. Tokio, by default, catches…