enhancementhelp wanted
Repository metrics
- Stars
- (1 star)
- PR merge metrics
- (No merged PRs in 30d)
Description
Right now, you need to send the whole state every time there's and update: sender.send(newState). It would be cool to have a diffing layer that sends a diff against the latest state acked by the receiver.