-
**Version**
v1.39.2
**Platform**
64-bit (Windows)
**Description**
Tried writing some code for cross platform graceful shutdown in my project but the windows specific callbacks seem to not wor…
-
Right now, the `TasksLayer` in `console-subscriber` _only_ captures the span attached to every spawned task by Tokio's own `tracing` integration. these spans are useful, but they lack a lot of the use…
hawkw updated
9 months ago
-
In #11601 we introduced a system parameter named `max_concurrent_creating_streaming_jobs` and set the default value to 1 (!). This could be really confusing some cases. Consider the following scenario…
-
Now that the `hoprd` is fully Rust native it is possible to use an integral profiler, such as [`pprof`](https://github.com/tikv/pprof-rs)
### Is your feature related to a problem?
Profiling is an…
-
### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
forge 0.2.0 (b174c3a 2024-02-09T00:16:2…
-
### 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
-
### What problem are you trying to solve?
Currently, `console-subscriber` enables `tonic`'s "transport" feature flag unconditionally. This feature flag pulls in a relatively large set of additional d…
-
Pion has more than 500Mbps+,
```
Peer Connection State has changed: connected (offerer)
Peer Connection State has changed: connected (answerer)
2021/09/25 13:27:29 OnOpen: data-824638619994. Star…
-
I inadvertently tried to pipe test results to `jq` and deno panicked.
Repeatable test case is as follows:
``` bash
mkdir -p /tmp/deno-panic
cd /tmp/deno-panic
export RUST_BACKTRACE=1
cat /dev/…
dobbs updated
1 month ago
-
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 …