gituser-rs

Results 2 issues of gituser-rs

**Version** 1.3.1 **Platform** Ubuntu 23.10 **Description** I am using hyper-util `auto` server. I return an error from service. Instead of sending GOAWAY and closing connection hyper sends RST_STREAM. I looked...

E-easy
A-docs

Hey! I am having some trouble with `tokio::sync::oneshot` sender being passed through kanal. The receiver never receives data back. But if I use `tokio::sync::mpsc` instead of `kanal::bounded` it works. Here's...