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

Need maintainers #16

Open
repeatedly opened this issue Nov 16, 2016 · 1 comment
Open

Need maintainers #16

repeatedly opened this issue Nov 16, 2016 · 1 comment

Comments

@repeatedly
Copy link
Contributor

repeatedly commented Nov 16, 2016

I can't maintain this project now because I don't have enough time.
Does anyone interested in working on this project?

@wosiu
Copy link

wosiu commented Sep 9, 2018

Yes :D I could try to work on those 2:

  1. Automatically created Loops should be closed automatically #14
  2. Separate timeout for connect() and call() #20

But yours insights would be appreciated.

Also maybe it's worth to compare with https://github.com/studio-ousia/mprpc
which is claimed to be faster. However (if I understand correctly), Client part in it is not thread-safe.
(https://github.com/studio-ousia/mprpc/blob/d7674c081941e1c658ac6c763aa45b8300bc5c02/mprpc/client.pyx#L138)

EDIT: This lib is not thread-safe as well. E.g. ClientTransport -> on_connect, iterates over pending request, and after a loop, it clears pending. But meantime some request could have got into a pending list.

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

No branches or pull requests

2 participants