Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle websockets properly #47

Open
na-- opened this issue Jul 22, 2020 · 3 comments
Open

Handle websockets properly #47

na-- opened this issue Jul 22, 2020 · 3 comments

Comments

@na--
Copy link
Member

na-- commented Jul 22, 2020

This issue was prompted by https://community.k6.io/t/k6-unsupported-protocol-scheme-wss/781. At a first pass, we probably should ignore websocket connections for now, merely adding a comment in the generated k6 script, so we don't cause errors. In the long-term, it might be possible to also convert them into k6 websocket connections, though that will probably have a ton of issues.

@mstoykov
Copy link

The second part (actually making websocket requests) should probably wait for an async websocket support in k6

@legander
Copy link
Collaborator

legander commented Dec 9, 2020

I suppose these are related. #63

@legander
Copy link
Collaborator

legander commented Sep 7, 2021

Here is a potential first remedy to at least make it clear that non http(s)? urls wont end up in the generated k6 script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants