Skip to content

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 23 Jun 08:25
· 6 commits to go-backend since this release

Fixed

  • High pointer update rates could pause and then disconnect the session. The per-IP rate
    limit (100/s) throttled fast pointer movement, and because heartbeat PINGs shared
    that limit, a sustained drag starved the keep-alive until the client's heartbeat timed
    out. PING/VERSION are now exempt from rate limiting, and the input rate limit was
    raised (300/s, burst 400) to cover the update-rate slider's full range.