Replies: 4 comments 6 replies
|
In general I think having such option in the protocol itself is a good option, in the meantime some implementations solve this problem in other ways:
Of course, this is not the same as session resumption it is a new session but this is enough for some cases. |
|
fwiw, I think what has been discussed under "session resumption", and what some implementations currently provide only addresses part of the picture: registrations/subscriptions "stay alive" rgd metadata (the routing information), but what about invocations/events which did happen while the session was gone? e.g. are events published to a topic while a session is offline then sent when the session is resumed? same for router-to-client side for subscriptions. similar for RPC ... |
IOW, they do not provide a WebSocket gateway, but an AWS proprietary API. Why do you want to enslave yourself? Just wondering ... I'm cool with that;) Freedom and choice is good. Including the freedom to enslave oneself ..
As discussed extensively before, the spec could support it specifying those ciphers as options -- but of course you need implementations to follow. And practically, who outside of China would care about those ciphers? Doesn't make sense. But if the Chinese government pays OSS projects to add the ciphers (under OSS license), that might work! |
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I know Session's lifetime is will not early and later than WebSocket connection now.
But, if the WebSocket has max connection time limit, should we design to allow the Client save session before connection closed and restore it after established a new connection?
All reactions