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

How to make IPC provider async? #2089

Closed
Jay54520 opened this issue Jul 29, 2021 · 1 comment
Closed

How to make IPC provider async? #2089

Jay54520 opened this issue Jul 29, 2021 · 1 comment

Comments

@Jay54520
Copy link

  • Version: 5.21.0
  • Python: 3.5
  • OS: linux

What was wrong?

The socket of IPC is blocking because you don't setblockking at

sock.connect(ipc_path)
, and there is a lock of thread, so multiple threads can't work as expected.

@kclowes
Copy link
Collaborator

kclowes commented Aug 2, 2021

Async is a work in progress. We don't have support for an async IPCProvider yet, but it's on the roadmap. Going to close since adding an async IPCProvider is tracked in #1413

@kclowes kclowes closed this as completed Aug 2, 2021
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