oscartbeaumont / rspc

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

Tauri subscription ids #141

Closed oscartbeaumont closed 1 year ago

oscartbeaumont commented 1 year ago

I think I already have an issue for this but if not here it is.

Tauri transport gets conflicting IDs when reloading the webview cause the unsubscribe events don't make it to the backend properly.

This is needed to fix location awareness for Spacedrive.