Riccardo Binetti
Riccardo Binetti
My 2 cents on this: I found both this project and https://github.com/lynaghk/svd2zig while I was trying having a go at Zig for the first time trying to use it to...
@N00byEdge the `u1` fields get packed in a struct which represents the whole 32 bit register, which is read/written at once (see the blogpost linked above). I've actually spent some...
@N00byEdge the blogpost is not mine actually, I just took that idea and used it to make `svd2zig` generate that kind of output. I find the resulting API extremely nice...
@ioolkos bumping this because we just ran into the same issue. On the client side we were using an ESP32 device (a microcontroller) which took just more than 5 seconds...
Also, since you mentioned the RabbitMQ example, should the option actually be called `ssl_handshake_timeout` to better reflect its actual meaning? In that case I assume just `ssl` listeners should support...
This has been partially solved by #346, but since that PR didn't involve changes to the cache purging I will leave this opened
Should be assigned to @atsetilam
This happens because Realm Management replies with a generic error with name `invalid_object_aggregation_trigger`, but this is not handled [here](https://github.com/astarte-platform/astarte/blob/master/apps/astarte_realm_management_api/lib/astarte_realm_management_api_web/controllers/fallback_controller.ex#L83) so the conversion to existing atom fails. A clause handling that...
Additional notes: when the status converges using the heartbeat, currently we don't fire connection triggers, so external application which are feeded by triggers do not receive the updated state. Note...
Hi @shortwavedave, can you please post the interface that is being targeted by this trigger?