-
**Version**
tokio v1.40.0
│ └── tokio-macros v2.4.0 (proc-macro)
**Platform**
The output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
Linux server2 5.14.0-427.40.1.el9_4.x86_6…
-
Getting the following error when running tests. the hash referenced shows up in the factoryDependencies for a few contracts for the ZkCappedMinter, but the actual hash I have in the zkout folder for Z…
-
I think this is just a specific case of #14
Modify ros1_talker to publisher at a much higher rate in a loop instead of a 1 second delay for only 50 counts:
```
// for count in 0..50 {
…
-
Currently when talking about combining futures, we introduce the `futures::join` macro and `futures::join_all` function, then `tokio::select`. But there is also a [`select`](https://docs.rs/futures/la…
-
Several points of friction working with `AsyncTask`s and `async fn`s that stem from _different programming patterns and paradigms_ depending on which scheduler to use. The differences seem to be a re…
-
## Specific Demand
It is very common for people to try to use Tokio in Dioxus (or wasm more generally). If you try to compile the project after adding tokio, you get this crypic error message:
```…
-
### Observed behavior
When publishing messages to JetStream using publish, the PAFs take around 5 seconds each to resolve if the server is restarted or encounters transient errors. This leads to si…
yhl25 updated
14 hours ago
-
On branch #6726 commit **b3346d917f086c7de6cdebbe723e3017a3783abc**, I saw this test failure:
```
running 1 test
test integration_tests::instances::test_instance_failed_by_instance_watcher_autom…
hawkw updated
1 month ago
-
Hello,
I was beginning to fork `xz2` as well, until I came across this crate, thanks for maintaining it!
According to its [docs](https://docs.rs/tokio-io/0.1.13/tokio_io/), it has been deprecated …
xbjfk updated
3 months ago
-
Tokio seems to have usecase for ``SOCK_DGRAM`` in ``socketpair``.
Related test:
- ``tokio::uds_datagram recv_buf``
- ``tokio::uds_datagram try_recv_buf_never_block``
- ``tokio::uds_datagram try_send…