v1.0.4
·
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 heartbeatPINGs shared
that limit, a sustained drag starved the keep-alive until the client's heartbeat timed
out.PING/VERSIONare 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.