You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not familiar with SignalR in particular and seems to one of many libraries doing the similar things - including socketio.
As with socketio the core team likely won't add this to the k6 core given it isn't a standard.
And in similar to socketio this likely can and should be buiilt on top of the primitives in k6. The link you provided as well as this blog seems to suggest that this is possible.
signalR OnConnectedAsync or the hub methods are not used.
I don't know what does are, but again I would expect that they will be implementable on the currently provided.
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"
#178
The text was updated successfully, but these errors were encountered: