k6 icon indicating copy to clipboard operation
k6 copied to clipboard

SignalR support

Open anothercoding opened this issue 1 year ago • 1 comments

Feature Description

Apparently there is no support for SignalR

What I find is for WebSocket: https://stackoverflow.com/questions/72997533/k6-trigger-asp-net-core-server-function Although the webSocket connection succeeds the signalR OnConnectedAsync or the hub methods are not used.

Suggested Solution (optional)

Already existing or connected issues / PRs (optional)

Websockets support already exists since 2017 via "Implement support for Websockets" https://github.com/grafana/k6/issues/178

anothercoding avatar Sep 07 '24 17:09 anothercoding