The following example:
```js
const io = new Server(); // without port or HTTP server
instrument(io, {
auth: false
});
io.listen(3000);
```
will now work properly.
Related: https://github.com/socketio/socket.io-admin-ui/issues/49
|
||
|---|---|---|
| .. | ||
| events.ts | ||
| index.ts | ||
| util.ts | ||