Skip to content

fix: handle poll vote limit trespass with notification instead of removing the oldest vote #1935

fix: handle poll vote limit trespass with notification instead of removing the oldest vote

fix: handle poll vote limit trespass with notification instead of removing the oldest vote #1935

Triggered via pull request August 7, 2025 13:50
Status Success
Total duration 39s
Artifacts

unit.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error
Unhandled error: src/connection.ts#L633
Error: WebSocket was closed before the connection was established ❯ WebSocket.close node_modules/ws/lib/websocket.js:299:7 ❯ StableWSConnection._destroyCurrentWSConnection src/connection.ts:633:17 ❯ StreamChat.connect src/client.ts:1691:27 ❯ StreamChat.connectUser src/client.ts:638:14 ❯ test/unit/client.test.js:576:18 ❯ node_modules/@vitest/runner/dist/index.js:596:20 This error originated in "test/unit/client.test.js" 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 "should fire transport.changed and health.check event". 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.