Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: haeunyy/socket.io

Tags

4.7.2

Toggle 4.7.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
darrachequesne Damien Arrachequesne
chore(release): 4.7.2

Diff: socketio/socket.io@4.7.1...4.7.2

4.7.1

Toggle 4.7.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
darrachequesne Damien Arrachequesne
chore(release): 4.7.1

Diff: socketio/socket.io@4.7.0...4.7.1

4.7.0

Toggle 4.7.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
darrachequesne Damien Arrachequesne
chore(release): 4.7.0

Diff: socketio/socket.io@4.6.2...4.7.0

4.6.2

Toggle 4.6.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
darrachequesne Damien Arrachequesne
chore(release): 4.6.2

Diff: socketio/socket.io@4.6.1...4.6.2

4.6.1

Toggle 4.6.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
darrachequesne Damien Arrachequesne
chore(release): 4.6.1

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

4.6.0

Toggle 4.6.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
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. The key has expired.
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. The key has expired.
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. The key has expired.
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. The key has expired.
darrachequesne Damien Arrachequesne
chore(release): 4.5.2

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