issues
search
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
Bug fixes
#30
Closed
pperanich
closed
1 year ago
pperanich
commented
1 year ago
This pull request addresses a variety of minor bugs:
Closing monitor socket of ZMQ Poller and Sender prior to closing primary socket. This fixes ResourceWarning on shutdown of the ZMQ units.
Creating asyncio.Event with default factory for sigproc filter state. Fixes runtime loop error.
Clearing MessageCache after unit shutdown. This fixes BufferErrors on exit caused by references contained with the Caches.
Removed local cache reference from pubclient.
WIP: Remove proxy topics from graphviz output.
This pull request addresses a variety of minor bugs: