json-joy
json-joy copied to clipboard
Connection ID
- [ ] Support ability to pass in "connection ID" to JSON Rx RPC server, which is persistent per client session. It should allow to keep the same virtual connection even if:
- [ ] Client TCP connection switches (say, diffferent Wifi).
- [ ] Server TCP connection switches (say, server goes down and client reconnects to different server).
- [ ] In Rx-RPC client keep track of active subscriptions, reconnect them if TCP connection changes.
- [ ] When executing streaming
call$
allow to specify if the stream should be re-established if connection changes.
- [ ] When executing streaming
- [ ] Any changes to
PersistentChannel
Websocket?