Fix server crashed, regular cleanups, improve configs, etc... #272
Annotations
4 errors
Unhandled error:
websocket_server/ServerManager.js#L110
Error: process.exit unexpectedly called with "0"
❯ process.exit node_modules/vitest/dist/chunks/execute.2pr0rHgK.js:600:11
❯ Server.<anonymous> websocket_server/ServerManager.js:110:13
❯ Object.onceWrapper node:events:632:28
❯ Server.emit node:events:530:35
❯ emitCloseNT node:net:2344:8
❯ processTicksAndRejections node:internal/process/task_queues:81:21
This error originated in "tests/integration/socket.spec.mjs" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "tests/integration/socket.spec.mjs". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Unhandled error:
websocket_server/ServerManager.js#L110
Error: process.exit unexpectedly called with "0"
❯ process.exit node_modules/vitest/dist/chunks/execute.2pr0rHgK.js:600:11
❯ Server.<anonymous> websocket_server/ServerManager.js:110:13
❯ Object.onceWrapper node:events:632:28
❯ Server.emit node:events:530:35
❯ emitCloseNT node:net:2344:8
❯ processTicksAndRejections node:internal/process/task_queues:81:21
This error originated in "tests/integration/metrics.spec.mjs" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "tests/integration/metrics.spec.mjs". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
test
Process completed with exit code 1.
|
test-summary
Process completed with exit code 1.
|