The subscripition request is reentrant in Klippy. Sending multiple requests from the same connection may create a race condition, so use a lock to prevent reentry. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
The subscripition request is reentrant in Klippy. Sending multiple requests from the same connection may create a race condition, so use a lock to prevent reentry. Signed-off-by: Eric Callahan <arksine.code@gmail.com>