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

transition from aiozmq -> pyzmq #166

Open
rosesyrett opened this issue Jul 21, 2023 · 2 comments
Open

transition from aiozmq -> pyzmq #166

rosesyrett opened this issue Jul 21, 2023 · 2 comments

Comments

@rosesyrett
Copy link
Contributor

This relates to #162

aiozmq had it's last release in 2020 and according to it's own docs supports up to python 3.8. It has no CI.

This might explain why we've been having difficulty tearing down tests, as the problem seems to be that the socket connections aren't properly closed for calls made in quick succession.

@rosesyrett rosesyrett changed the title Move to pyzmq transition from aiozmq -> pyzmq Jul 21, 2023
@abbiemery
Copy link
Collaborator

I have just noticed that we have both aiozmq and pyzmq as dependencies. Is this part of the issue?

@abbiemery
Copy link
Collaborator

Does pyzmq have the relevant functionality to support the asynchronous methods?

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