Files
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
..
2014-02-19 13:46:39 -05:00
2021-11-16 20:07:53 +01:00