fdeantoni
fdeantoni
Hi guys! Has anybody been able to make progress on this? I looked at this a couple of years ago implementing DTLS with rust-async-coap (see [async-coap-dtls](https://github.com/fdeantoni/async-coap-dtls)) but my very crude...
Hi all, any chance this will be merged into master? We are currently using the forked branch but would prefer to use master...
Hi @ajbozarth , @jerryshao , any chance this can be included in 0.8?
Would really like to see this one added too!
Similar to #277.
Currently the restart only works to handle startup problems. It does not really work for handling message failures. This definitely needs to be addressed though!
The actor Context does have the system, and from there you can use `get_actor` or `get_or_create_actor`. There is no equivalent yet for `actix::Recipient`. I will see if I can add...
This project simply takes implementations of Timestamp from Prost-types, so I'm hesitant to define it here. Perhaps it should be raised as an issue in the tokio-rs/prost project instead?
Thanks for raising this issue! This would make things a lot simpler. I can't remember exactly why I documented it this way, but I will have to check (might be...
This is more something for Prost since the generation of structs is handled by that. The prost-wkt library just extends that with some serialization helpers. In any case, if you...