Lucio Franco
Lucio Franco
@carllerche do you have any opinions on this?
I think we need to generate the code as `fn foo() -> impl Future + Send` to allow sendable futures. We also need to check if the generated functions will...
Merged #1649 so closing this thanks!
I've gotten about halfway through the commits and will continue reviewing likely tomorrow depending on time. Left some feedback but mostly questions. Overall looks great. Thank you so much for...
I can try to get a patch release out tomorrow, but I need to check the main branch otherwise I am out till mid next week when I can spend...
@nrxus seems like there is a CI issue
@vigneshs-12 there is a ci failure that needs to be fixed first
> I tried using an UnboundedReceiverStream instead of a ReceiverStream, but this just blocks forever. This part definitely seems to be a bug, as it prevents the client from seeing...
@mkatychev you just need to run `cargo run --package codegen`
Yeah, this unwrap is never going to trigger since its been statically verified. We could change it to an expect if that makes detection of these things easier but generally...