issues
search
streamich
/
json-joy
JSON CRDT, JSON CRDT Patch, JSON Patch+, JSON Predicate, JSON Pointer, JSON Expression, JSON Type
https://jsonjoy.com/libs/json-joy-js
Apache License 2.0
773
stars
15
forks
source link
Connection ID
#483
Open
streamich
opened
11 months ago
streamich
commented
11 months ago
[ ] 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?
call$
allow to specify if the stream should be re-established if connection changes.PersistentChannel
Websocket?