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

WebSocket Support #29

Open
rijnhard opened this issue Jun 2, 2019 · 2 comments
Open

WebSocket Support #29

rijnhard opened this issue Jun 2, 2019 · 2 comments

Comments

@rijnhard
Copy link

rijnhard commented Jun 2, 2019

Any way to use this to record an replay for websocket interactions?

@ijpiantanida
Copy link
Owner

Currently talkback doesn't support websockets.

I'm not sure how it should handle websocket connections, since there's no request/response context that can be used to delimit the different interactions (unless your app's protocol defines one).

What I imagine talkback could do would be to play back all response messages in the order they were received, but I'm not sure that would be very useful.

What did you have in mind?

@rijnhard
Copy link
Author

rijnhard commented Jun 3, 2019 via email

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

2 participants