Listeners for monitorList/importantHeartbeatList/heartbeat were being attached after the login ack resolved, but the server pushes that data right after login — sometimes in the same tick as the ack — so Socket.IO dropped it before a listener existed. Listeners now attach before login is sent. |
||
|---|---|---|
| .. | ||
| src | ||
| .env.example | ||
| Dockerfile | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||