json-joy icon indicating copy to clipboard operation
json-joy copied to clipboard

Connection ID

Open streamich opened this issue 7 months ago • 0 comments

  • [ ] 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.
  • [ ] Any changes to PersistentChannel Websocket?

streamich avatar Dec 09 '23 10:12 streamich