DiamondLightSource / DiamondLightSource/tickit
transition from aiozmq -> pyzmq
Open
- Dominant language
- Python
- Stars
- 7
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
This relates to https://github.com/dls-controls/tickit/issues/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.
Contributor guide
Assessment
This issue has not been assessed yet.