feat: add volatile events
A volatile packet will be dropped if:
- the socket is not connected
- the low-level transport is not ready (for example, a HTTP POST request is already pending)
Syntax:
```js
socket.volatile.emit("volatile event", "might or might not be sent");
``` D
Damien Arrachequesne committed
7ddad2c09dea0391b20378ef03b40040f0230d3e
Parent: b600e78