4t145
4t145
> For logging, I want to implement it by integrate with the tokio log framework [tracing](https://crates.io/crates/tracing), add the grpc subscriber and some filed in log, such as: > > ```rust...
Tokio [tracing](https://crates.io/crates/tracing) is the most widely used trace framework in the Rust world. I'am not demanding that the crate [skywalking-rust](https://github.com/jmjoy/skywalking-rust) to support tokio tracing. I ask because the creator of...
想问下需要哪些cookie? 我提供了 - DedeUserID - sid - DedeUserID__ckMd5 - SESSDATA - bili_jct - buvid3 - buvid4 还是连上被秒断 User-Agent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) Sec-WebSocket-Version = 13
Is there anyone working on this now?
For people who want to use sse client with hyper 1.0, you could have a look on this simple decoder crate: [sse-stream](https://github.com/4t145/sse-stream) You can use this crate with a reqwest...