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
}
});
``` D
Damien Arrachequesne committed
f0ed42f18cabef20ad976aeec37077b6bf3837a5
Parent: b7213e7