socket-io-admin-ui/test
Damien Arrachequesne b21b649ea2
fix: handle late HTTP server binding
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
2022-10-06 08:20:16 +02:00
..
events.ts fix: properly track events with acknowledgement 2022-10-06 08:18:25 +02:00
index.ts fix: handle late HTTP server binding 2022-10-06 08:20:16 +02:00
util.ts fix: properly track events with acknowledgement 2022-10-06 08:18:25 +02:00