-
in gui.rs::data_to_str() (line 552) if the frame length is short (invalid?) it makes modbus_core panic
-
There is the example code https://gist.github.com/apatrushev/4bbddb65e9a35a72047e3b9993c6636e#gistcomment-2761661
for using UdPSockets in actix. However I would like to have an example more in the …
-
On my macOS machine there's an error when marking the pts fd as nonblocking here: https://github.com/doy/pty-process/blob/74c223df6dd285f17108c8f442d71fd5ddb9561e/src/sys.rs#L53
Steps to reproduce:…
-
This bug was extremely hard to track down. I was wondering why my tokio runtime was failing even when spawned on separate thread. Note that I do know that running blocking tasks on tokio isn't a good …
-
```
cargo run --example hello-world
warning: unused pinned boxed `Future` trait object that must be used
--> ntex-rt/src/arbiter.rs:106:21
|
106 | / crate::spawn(Arbite…
ouvaa updated
8 months ago
-
The application panicked (crashed) when some of the RPC nodes are unreachable.
Logs:
```
[2022-03-11T04:21:51.869184Z WARN rustls::check] Received a ServerHelloDone handshake message while expec…
lazam updated
8 months ago
-
Cargo contract version: `cargo-contract-contract 2.0.0-rc-unknown-x86_64-unknown-linux-gnu`
Substrate node: `Version: 3.0.0-dev-1cc97dd3053`
The contract was built with inkv4. From the toml:
``…
-
After some amount of hours, my RPC dies with a "No available UDP ports in (8000, 10000)" error. On latest versions of everything I use: Yellowstone GRPC, Jupiter v6 API, Jito Validator Fork. I have no…
-
Since a usual pattern is to call `console_subscriber::init()` at the beginning of the `main` function, we end up initializing the subscriber after the task spawned by the tokio macro is created. We th…
-
I'm using `actix-rt 1.0.0` through `actix 0.9.0` and observing that system does not stop on panic.
It seems like task panics get caught by tokio runtime `0.2.6`.
Relevant tokio issue: https://gith…