Skip to content

0.3.0

Compare
Choose a tag to compare
@darrachequesne darrachequesne released this 23 Feb 07:41
· 18 commits to main since this release
b39f5d5

Features

Connection state recovery

This adapter is now compatible with the connection state recovery feature, which was added in [email protected].

Reference: https://socket.io/docs/v4/connection-state-recovery

Added in 02e4d57.

Resume token

Upon reconnection to the MongoDB server, the client will now try to resume the stream at the last offset it has processed.

If the MongoDB client is disconnected for too long and its token is no longer valid, then the Socket.IO clients connected to this server may miss some packets (which was the previous behavior).

Added in e77063b.

Links