k6
k6 copied to clipboard
SignalR support
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