ezmsg-org / ezmsg

Pure-Python DAG-based high-performance SHM-backed pub-sub and multi-processing pattern
https://ezmsg.readthedocs.io/en/latest/
MIT License
15 stars 6 forks source link

Fix ZMQ shutdown ResourceWarning #35

Closed pperanich closed 1 year ago

pperanich commented 1 year ago

The changes within fix the ResourceWarning that was previously logged on system shutdown due to not closing the ZMQ context. Additionally state member variables were moved into State classes per-unit.