oscartbeaumont / rspc

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

Reconnect subscriptions on websocket drop #168

Open oscartbeaumont opened 1 year ago

oscartbeaumont commented 1 year ago

If a websocket is dropped and reconnected we need to have the frontend resubscribe to all the previous events it was listening to.