Hi Quentin,
On 28 August 2017 at 19:12, Quentin Glidic
wrote:
> The old code for scheduling configure events on idle looked like:
> if (configure_scheduled) {
> if (this_event_is_the_same) {
> remove_timer();
> return;
> }
> }
>
> If we queued one new event (either changed, or the
From: Quentin Glidic
The old code for scheduling configure events on idle looked like:
if (configure_scheduled) {
if (this_event_is_the_same) {
remove_timer();
return;
}
}
If we queued one new event (either changed, or the client had never
received any configure event), followed