Luis Enrique Muñoz Martín
Luis Enrique Muñoz Martín
Sure! What I'm doing is opening a [IMAP](https://github.com/jonhoo/rust-imap) connection over a TLS/TCP connection with a gmail server. Once opened, I start [idling](https://datatracker.ietf.org/doc/html/rfc2177) from this, which is a special way of...
Actually, I think it's a great test! I'll try to get some time to do it soon 👍🏻
For that issue, `Dartz` library (which has a kind of `Result` called `Either`) offers an `Unit` type that makes the trick and is very visual throughout the code. Maybe something...
Thanks for your fast response! From what I could see, it should not be very difficult, because most of the implementations are just plain code over `chrono` crate, which already...
Same here. In my case, `outer()` is a modifier, and `inner()` has that modifier on it. The annoying thing is that `inner()` in my case is just a test case...
Yes, it is expected: https://github.com/paritytech/polkadot-sdk/issues/4603
BTW, why we're not checking `try-runtime` for demo?
Hi, I'm experiencing the same issue modeling a similar pattern. What's the canonical way of dealing with nested structs? Is there any way to indicate in the `Struct` fields that...
Hi @javaarchive, Mmmm... interesting the throughput issue. At such speeds could be noise in the runs. Is it always faster in `debug` or sometimes?
Hi! To be honest, I've never tried this on IOS. The part of the code you refer to is handled by the `macos` target: https://github.com/lemunozm/message-io/blob/master/src/adapters/tcp.rs#L135 There is a custom behavior...