Darío
Darío
Hello, Sorry for the delayed response. I did not see your issue. Right now I am well. If you want to help me just open a pull request. If you...
Hello, My plans for this library is to make a package and implement a Server Handler and a Client for fasthttp. I got too many problems trying to implement http2...
Yes, I won't actively look into it but I'll accept a PR
I also get the error `No IPs found with the alias`. ACL is the same. It seems to happen with a rule like `{ "action": "accept", "src": ["user"], "dst": ["user:*"]...
> The Spec states `order` is a number in the range of 0-1, while the iOS SDK is using string. https://spec.matrix.org/latest/client-server-api/#mtag > > So imo this should be fixed in...
Friendly ping :)
I'll implement the `poll_*` methods for the WebSocketRead & WebSocketWrite
btw, if you implement Stream + Sink from futures you can call `split`. It's difficult for Stream to return a Frame
> Having a "true" split implementation that is lock free would be a lot cooler! :) How is this not lock free? If you use [tokio::io::split](https://docs.rs/tokio/latest/src/tokio/io/split.rs.html#32-50) it will use a...
> Yeah no I'm agreeing with you and that's exactly what I'm trying to say. You wrote "if you implement Stream + Sink from futures you can call split.", but...