jq-rs

Results 30 comments of jq-rs
trafficstars

Configurable solution available in #1075, closing this.

MQTT - Mles v2 might be relevant still.

This could be done to Mles v2 by including a timestamp to channel/msg db and a background task that cleans up old channels e.g. every half year.

Configurable keepalive is way better than any default value, looks good!

Thanks for working on this, this would indeed be an useful feature.

I am not sure what @codesections has in mind, but I would be happy to have a keep-alive setting that drops inactive connections. [WebSocket RFC](https://tools.ietf.org/html/rfc6455#section-5.5.2) states that ping must be...

I was able to do above keep-alive setting manually with some additional modifications to Warp and simple use of atomic variables with timers (PR https://github.com/jq-rs/arki-server/pull/5) where pings and pongs are...

I have an use case similar to #2024 where a key is updated by several nodes asynchronously and the value-content should converge eventually. Happy to test any implementation that would...