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

Add support to track web sockets #160

Open
tahirmt opened this issue Feb 4, 2023 · 1 comment
Open

Add support to track web sockets #160

tahirmt opened this issue Feb 4, 2023 · 1 comment
Labels

Comments

@tahirmt
Copy link
Contributor

tahirmt commented Feb 4, 2023

It might not be possible to do automatic tracking but it would be nice to provide an interface for manual logging.

Here is what should be supported

  • websocket connect. With possibly a request object
  • Message sent
  • Message received
  • Websocket disconnect.

All of this can be tracked within one single line item with a list of back and forth messages. Alternatively each entry could be its own line item.

@kean kean added the feature label Feb 4, 2023
@kean
Copy link
Owner

kean commented Feb 4, 2023

This feature is in the backlog. It should support both URLSessionWebSocketTask and other technologies, e.g. Network framework.

All of this can be tracked within one single line item with a list of back and forth messages. Alternatively each entry could be its own line item.

It'll be great to give users control over how it's tracked and/or displayed.

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

No branches or pull requests

2 participants