-
I believe this to be a consequence of https://github.com/open-telemetry/opentelemetry-rust/issues/1961
Using these versions:
```toml
[dependencies]
init-tracing-opentelemetry = { version = "0.19…
-
I am trying to use library based on tokio. And again I get the error "Must be called from the context of Tokio 1.x Runtime"
Maybe make Runtime and store in resource for spawning tasks . And make tokio…
-
### Describe the bug
Program process crashes when close window on MacOS
### Reproduction
_No response_
### Expected behavior
_No response_
### MacOS core dump
```
{"app_name":"clas…
-
In my case, I only need the builder from `tokio-tun` to create the TUN/TAP device and don't want any of the I/O over it, but the library currently requires that. By gating this behind a feature or add…
-
**Describe the bug**
tokio::runtime used internally by recaptcha enterprise crashes iOS Application starting from iOS 17.5
**reCAPTCHA Site Key**
Can be provided on request
**Integration Metho…
-
testfiles:=networkshare.listFiles;
gives
Exception class EJNIException with message 'java.lang.ExceptionInInitializerError'. Process SMBFileBrowser.apk (12088)
but it's working on xe8...
-
**Version**
List the versions of all `tokio` crates you are using.
`cargo tree | grep tokio`
```
tokio-notify v0.1.0
└── tokio v1.41.0
└── tokio-macros v2.4.0 (proc-macro)
```
**P…
-
### Summary
Since the websocket transport relies on the DNS transport, it's affected by the same issue as its dependency (#2064) and fails to work on Android. For DNS, the issue can be mitigated by p…
-
## Bug description
Requesting any checkpoint related RESTful API (including health, node info, etc.) before the message `Finished syncing and executing checkpoint 0` appears in the log will cause the…
-
**Version**
1.41.0 and 1.40.0
**Platform**
Linux rddlr 6.1.0-26-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.112-1 (2024-09-30) x86_64 GNU/Linux
**Description**
I am writing async code in which I …