Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@socket.io/cluster-adapter

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socket.io/cluster-adapter - npm Package Versions

0.2.2

Diff

Changelog

Source

0.2.2 (2023-03-24)

The socket.io-adapter package was added to the list of peerDependencies, in order to fix sync issues with the version imported by the socket.io package (see 15fd56e).

Support for connection state recovery (see here) will be added in the next release.

darrachequesne
published 0.2.1 •

Changelog

Source

0.2.1 (2022-10-13)

Bug Fixes

  • properly handle ERR_IPC_CHANNEL_CLOSED errors (#6) (be0a0e3)
darrachequesne
published 0.2.0 •

Changelog

Source

0.2.0 (2022-04-28)

Features

  • broadcast and expect multiple acks (055b784)

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 within a Node.js cluster.

darrachequesne
published 0.1.0 •

Changelog

Source

0.1.0 (2021-06-22)

Initial commit

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc