c4valli / kodi-fcast-receiver

FCast receiver add-on for Kodi
GNU General Public License v2.0
10 stars 1 forks source link

Seeking by dragging from GrayJay app takes a while #3

Closed sguerrini97 closed 11 months ago

sguerrini97 commented 11 months ago

When dragging the timestamp bar from the GrayJay app it seems that lots of seek packets are sent, which are processed one by one and throttled by the debounce logic resulting in having to wait a while for the final seek to take place.

I guess we could try to find a way to only process the last seek packet when there are multiple of them waiting to be processed.