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 #3

Open
philpax opened this issue Oct 1, 2024 · 0 comments
Open

WebSocket support #3

philpax opened this issue Oct 1, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@philpax
Copy link
Owner

philpax commented Oct 1, 2024

The current version of the library does not support WebSockets as

  1. It's a bit more difficult (it's no longer an obvious series of request-responses)
  2. The API is even more undocumented
  3. I've had trouble with the JS library, using WebSockets, not returning responses for generations

I think these are fixable with a bit more research. I'm not yet sure if I want support to be in the first published version, but it seems prudent to do it at some point (polling the history endpoint is not very efficient!)

@philpax philpax added the enhancement New feature or request label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant