Skip to content

feat: support throwing responses in upgrade hook #526

feat: support throwing responses in upgrade hook

feat: support throwing responses in upgrade hook #526

Re-run triggered January 21, 2025 21:51
Status Failure
Total duration 31s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
ci: src/adapters/uws.ts#L45
Argument of type '(options?: UWSOptions | undefined) => { websocket: { close(ws: WebSocket<UserData>, code: number, message: ArrayBuffer): void; ... 14 more ...; subscription?: ((ws: WebSocket<...>, topic: ArrayBuffer, newCount: number, oldCount: number) => void) | undefined; }; peers: Set<...>; publish(topic: string, message: any, o...' is not assignable to parameter of type 'Adapter<UWSAdapter, UWSOptions>'.
ci
Process completed with exit code 2.
ci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636