Skip to content

0.3.0

Compare
Choose a tag to compare
@darrachequesne darrachequesne released this 28 Apr 13:26
· 18 commits to main since this release
4190f4b

Features

  • broadcast and expect multiple acks (829a1f5)

This feature was added in socket.io@4.5.0:

io.timeout(1000).emit("some-event", (err, responses) => {
  // ...
});

Thanks to this change, it will now work with multiple Socket.IO servers.

  • use a single Postgres connection for all namespaces (651e281)

The adapter will now create one single Postgres connection for all namespaces, instead of one per namespace, which could lead to performance issues.

Diff: 0.2.0...0.3.0