-
A bit more explanation and instructions on how to see what I mean directly can be found in this reproduction:
https://github.com/fs-99/axum-multipart-bug-repro
The problem I'm facing appears when…
fs-99 updated
3 months ago
-
There is an issue and patch #27 and #29 to migrate to Tokio 1.0. Please consider accepting this and republishing the crate. Or using the github funcitonality to archive the project.
-
Call send_payment twice at the same time cause Musig2VerifyError
1. node2 call `new_invoice` get invoice1
2. node2 call `new_invoice` get invoice2
3. node1 call send_payment(invoice1) ,send_payme…
-
I am trying to replay a recording during Subtle Game, but I am having an issue that looks like it is something to do with the locking of the simulation box:
```
thread 'tokio-runtime-worker' panic…
-
MacOS tests of https://github.com/lightningdevkit/rust-lightning/pull/2434 said
```
failures:
---- test_esplora_syncs stdout ----
thread 'test_esplora_syncs' panicked at 'called `Result::unw…
-
I have encountered something that is is not a bug per se, but rather a hard-to-debug gotcha.
It is a combination of two facts:
1. `tokio-tungstenite` re-exports the entire `tungstenite` API surf…
-
After a rack upgrade a nexus core was collected containing the following.
```
> ::status
debugging core file of nexus (64-bit) from oxz_nexus_2898657e-4141-4c05-851b-147bffc6bbbd
initial argv: /…
-
I would like to start using async postgres with my async RPC method.
I need to pass a `tokio_core::reactor::Handle` to `connect` method:
https://github.com/sfackler/rust-postgres/blob/master/tokio-p…
-
Hi,
It turned out the approach I've used in `tk-sendfile` doesn't work in any useful way.
The basic issue here is:
* we must use `as_raw_fd` to get file descriptor from `TcpStream`
* we can…
-
Loom is a model checker for concurrent Rust code and is used to test Tokio's
concurrency primitives. It explores the behaviors of code under the C11 memory
model, which Rust inherits. It attempts to…