-
This was sort of discussed in https://github.com/tokio-rs/tokio-core/issues/135 née https://github.com/tokio-rs/tokio-proto/issues/64, but it's for Dispatch::{In, Out} instead.
I think that the cur…
casey updated
7 years ago
-
In cassandra protocol v4 the max message is 256MB.
At our expected batch sizes of 50 in transit requests, it would max at over 10GB which would OoM at a small node size.
We might be able to cheaply …
rukai updated
5 months ago
-
The following panics
```rust
#[test]
fn block_on_from_block_on() {
let mut rt = runtime::Runtime::new().unwrap();
rt.block_on_std(async {
tokio_02::task::block_in_place(move ||…
-
Error:
```
root@kali:~/OSCP/PG/Wombo$ /tmp/rustbuster/target/release/rustbuster dir --url http://192.168.93.69:8080 --wordlist /usr/share/seclists/Discovery/Web-Content/raft-small-files.txt
~ rust…
-
source file: [tokio/src/runtime/runtime.rs ](https://github.com/tokio-rs/tokio/blob/master/tokio/src/runtime/runtime.rs)
expected result: function new will be in the generated graph
Actual result: …
-
Following the readme.md steps:
```
$ intmax tx mint --amount 10 -i 0x00
deposit successfully
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: unexpected response from /b…
-
This is to track the currently unstable `tokio::task::Builder` API. To use it, you must pass `--cfg tokio_unstable` to `rustc`.
RFC: https://hackmd.io/Vm0UXvrNTg6HleGlD8C8sg
PR: https://github.com…
-
How can i resolve this error when boostrapping create-rust-app?
-
### What problem are you trying to solve?
Currently task names are sent as strings to tokio-console (the instrumentation client).
Instead they should be sent as metadata and the field value shou…
hds updated
11 months ago
-
Currently, if a message has a field that is an enumeration, the field is provided as an `i32` and tagged with something like the following:
```rust
#[prost(enumeration = "ENUMTYPE" tag = "1")]
fi…