Locking when quickly sliding sliders #31
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Expected Behaviour
Sliders slide smoothly
Actual Behaviour
Sliders slide quickly for one change, and then take a while to update on the next change.
To Reproduce
Steps to reproduce the behavior:
Additional context
This is possibly due to lock contention on the back-end. Making the API lock-free (by sending config updates to a single thread which applies them) would be a good mitigation strategy.
Fixed in 3b34bad