Files
socket.io/test
KC Erb 6abfa1fa4c feat: add autoUnref option
With autoUnref set to true (default: false), the Socket.IO client will
allow the program to exit if there is no other active timer/socket in
the event system.

```js
const socket = io({
  autoUnref: true
});
```

Note: this option only applies to Node.js clients.

Related: https://github.com/socketio/socket.io-client/issues/1446
2021-03-10 12:16:12 +01:00
..
2021-03-10 12:16:12 +01:00
2016-02-28 02:36:06 +08:00
2021-03-10 12:16:12 +01:00
2021-03-10 12:16:12 +01:00
2021-02-03 22:31:01 +01:00