Files
socket.io/lib
Damien Arrachequesne f0ed42f18c feat: add timeout feature
Usage:

```js
socket.timeout(5000).emit("my-event", (err) => {
  if (err) {
    // the client did not acknowledge the event in the given delay
  }
});
```
2021-11-16 20:07:53 +01:00
..
2021-07-04 00:37:35 +02:00
2021-11-16 20:07:53 +01:00