Delta encoding of tick data
Closed this issue · 1 comments
leod commented
For simplicity, the server currently sends the full state in each tick. We want to use serde_diff
and have the server encode w.r.t. the last tick that the client has acknowledged.
leod commented
We should probably also re-send the events that happened since the last acknowledged tick (up to some limit).