oscartbeaumont / rspc

A framework for building typesafe web backends in Rust
https://rspc.dev
MIT License
1.11k stars 51 forks source link

Server side batching for subscriptions #169

Open oscartbeaumont opened 1 year ago

oscartbeaumont commented 1 year ago

Only send events every 75ms or something so duplicate subscriptions can kinda be batched.

oscartbeaumont commented 1 year ago

Also do this for the Tauri transport