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

Implement Python Websocket Support #147

Open
LivInTheLookingGlass opened this issue Feb 22, 2017 · 1 comment
Open

Implement Python Websocket Support #147

LivInTheLookingGlass opened this issue Feb 22, 2017 · 1 comment

Comments

@LivInTheLookingGlass
Copy link
Collaborator

This will enable #130 to proceed without considering what protocol to use.

Unfortunately, because of my reliance on select, I have two equally distasteful options:

  1. Rewrite the python implementation to use an event loop, and have each socket monitor itself
  2. Rely on internals for whatever dependency I choose, and feed that to select

The first is distasteful due to the pure churn of it.

The second in distasteful because it means changing dependency versions could cause major issues.

Either way, though, this needs to happen.

@LivInTheLookingGlass
Copy link
Collaborator Author

Definitely not going to work for release 7. Would require a rewrite/redesign of the daemon.

@LivInTheLookingGlass LivInTheLookingGlass removed this from the Release #7 milestone Apr 27, 2017
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

1 participant