DiamondLightSource / DiamondLightSource/tickit
Improve ZeroMQ Adapter Message Serilization Error Handling
Open
bug
- Dominant language
- Python
- Stars
- 7
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The ZMQ adapter serializes messages before pushing, there are currently two major issues with this: It raises an exception when it gets an empty message (i.e. `[]`) and said exception is swallowed, along with any other serialization errors.
Contributor guide
Assessment
This issue has not been assessed yet.