Files
socket.io/lib
Damien Arrachequesne 7ddad2c09d 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");
```
2020-10-17 03:37:29 +02:00
..
2020-10-06 00:21:14 +02:00
2020-10-17 03:37:29 +02:00