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 want to have http and socket.io in the same JSON, but I can not do that because in socket.io case, I can not specify the url.
Is that possible to add a 'url' property in socket.io case? like:
I have the same problem and it's a bit annoying because I am not sure if I can make a load test that reproduces a server that gets wss and http requests indistinctly, any workaround you may suggest may be great help meanwhile.
Update: After re-reading the whole docu I guess this can be overcame with hooks, will try that today
Our server support both
http
andsocketio
, but their base url is not the same, for example:For
http
: target ishttp://localhost:3000
For
socket.io
: target ishttp://localhost:3000/passenger
I want to have
http
andsocket.io
in the same JSON, but I can not do that because insocket.io
case, I can not specify the url.Is that possible to add a 'url' property in
socket.io
case? like:The text was updated successfully, but these errors were encountered: