-
I'm attempting to implement websockets for the [rumqtt](https://github.com/AtherEnergy/rumqtt) MQTT library and I'm running into some issues using this crate. My main problem is mentioned here:
https…
-
I guess a lot of people are working with the bytes crate when using tokio and network protocols. It would be nice if rasn could work directly with the relevant types, with an API similar to https://do…
-
I also had a thread problem, and moved over to Tokio's thread system.
I hope this helps you in some regards, last I checked - this program was able to do 1 million tcp hand shakes in about a second…
-
Would anybody be interested in cooperating on a Tokio version of rust-fuse? I feel like this could be a huge improvement when using other tokio (or futures) based services in the filesystem implementa…
-
I just enabled [`tokio_unstable`](https://docs.rs/tokio/latest/tokio/#unstable-features) in my application and I see tests that make use of `logs_contain` are now panicking.
Here is the line at whi…
-
## WS-2023-0027 - Critical Severity Vulnerability
Vulnerable Libraries - tokio-0.1.22.crate, tokio-0.2.24.crate
tokio-0.1.22.crate
An event-driven, non-blocking I/O platform for writing asynchrono…
-
I'm trying to publish this: https://github.com/rehype-pretty/rehype-pretty-code/tree/master/packages/core
I run: `pnpm dlx jsr@latest publish --allow-dirty` and get the following:
```sh
error: …
-
**Describe the bug**
Attempts to publish or upgrade a Move package on Porto Testnet result in deserialization failure (`CODE_DESERIALIZATION_ERROR`).
**To Reproduce**
1. Initialize a Move project…
-
INFO Sensor RustSensor [communityrust]
11:44:14.895 ERROR Unable to parse file: [src/service/crons/process_historical_event/client.rs](https://bitbucket.org/xstrela/service-rust-quest-mechanics-xs…
-
As part of supporting mio 0.6.0, how about integrating `tokio-rs`? The ability to provide an external event loop to the library would make composing and using it together with other asynchronous code …