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
9 stars 5 forks source link

Fix ZMQ shutdown ResourceWarning #35

Closed pperanich closed 12 months 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.