Skip to content

Tags: plantsciences/socket.io-0.9.x

Tags

4.6.0

Toggle 4.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
darrachequesne Damien Arrachequesne
chore(release): 4.6.0

Diff: socketio/socket.io@4.5.4...4.6.0

4.6.0-alpha1

Toggle 4.6.0-alpha1's commit message

Verified

This commit was signed with the committer’s verified signature.
darrachequesne Damien Arrachequesne
fix: add timeout method to remote socket (socketio#4558)

The RemoteSocket interface, which is returned when the client is
connected on another Socket.IO server of the cluster, was lacking the
`timeout()` method.

Syntax:

```js
const sockets = await io.fetchSockets();

for (const socket of sockets) {
  if (someCondition) {
    socket.timeout(1000).emit("some-event", (err) => {
      if (err) {
        // the client did not acknowledge the event in the given delay
      }
    });
  }
}
```

Related: socketio#4595

4.5.4

Toggle 4.5.4's commit message

Verified

This commit was signed with the committer’s verified signature.
darrachequesne Damien Arrachequesne
chore(release): 4.5.4

Diff: socketio/socket.io@4.5.3...4.5.4

4.5.3

Toggle 4.5.3's commit message

Verified

This commit was signed with the committer’s verified signature.
darrachequesne Damien Arrachequesne
chore(release): 4.5.3

Diff: socketio/socket.io@4.5.2...4.5.3

4.5.2

Toggle 4.5.2's commit message

Verified

This commit was signed with the committer’s verified signature.
darrachequesne Damien Arrachequesne
chore(release): 4.5.2

Diff: socketio/socket.io@4.5.1...4.5.2

2.5.0

Toggle 2.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
darrachequesne Damien Arrachequesne

4.5.1

Toggle 4.5.1's commit message

Verified

This commit was signed with the committer’s verified signature.
darrachequesne Damien Arrachequesne
chore(release): 4.5.1

Diff: socketio/socket.io@4.5.0...4.5.1

4.5.0

Toggle 4.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
darrachequesne Damien Arrachequesne
chore(release): 4.5.0

Diff: socketio/socket.io@4.4.1...4.5.0

4.4.1

Toggle 4.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
darrachequesne Damien Arrachequesne
chore(release): 4.4.1

Diff: socketio/socket.io@4.4.0...4.4.1

4.4.0

Toggle 4.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
darrachequesne Damien Arrachequesne
chore(release): 4.4.0

Diff: socketio/socket.io@4.3.2...4.4.0