Ulf Lilleengen
Ulf Lilleengen
It depends on which standard you follow, but I think the IANA range as you suggest is nicer and less surprising than starting at 1025.
Great to see the interested of running embassy on espressif! :rocket: > We're looking to implement the required traits/executors for Espressif chips, do you have any pointers on what we'll...
PR #410
Fyi, for a similar use case of running embassy in a test, I made this: https://github.com/drogue-iot/ector/blob/main/ector/src/testutil.rs#L269-L361 in addition I created a custom macro so you could run a test being...
I think it's reasonable with the extra constraint and workaround until there is an actual use case for having different signal_fns for different executors.
Embedded-nal-async has been redesigned and implemented in embassy-net in #895
I've given a stab at this in #242. My use case is for certain embedded devices that simply doesn't have a clock source and therefore cannot validate the notAfter/notBefore.
1.0 is a good opportunity to add this.
The client should retry more than 1 time, as there will always be a small time window where router is shutting down and load balancer has not detected it yet.
+1 - looks very useful.