-
-
Notifications
You must be signed in to change notification settings - Fork 77
Add connection state recovery #729
Copy link
Copy link
Open
Labels
A-socketioxideArea related to socketioxideArea related to socketioxideC-Feature-requestRequest for a featureRequest for a featureE-HardCall for participation: Experience needed to fix: Hard / a lotCall for participation: Experience needed to fix: Hard / a lotP-MediumMedium priorityMedium priority
Description
Metadata
Metadata
Assignees
Labels
A-socketioxideArea related to socketioxideArea related to socketioxideC-Feature-requestRequest for a featureRequest for a featureE-HardCall for participation: Experience needed to fix: Hard / a lotCall for participation: Experience needed to fix: Hard / a lotP-MediumMedium priorityMedium priority
Is your feature request related to a problem? Please describe.
Currently there is no connection state recovery, it is one of the reason socket.io is still relevant against more simple approaches like raw websockets though.
Describe the solution you'd like
Implement connection state recovery (https://socket.io/docs/v4/connection-state-recovery) that will work for all the supported adapters + with the in-memory adapter.