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

Attach hotfix #10

Closed griffinmilsap closed 1 year ago

griffinmilsap commented 1 year ago

Graphs no-longer require a synchronization to attach (for some reason this was a big ask from some existing software). Additionally, there was a race condition in test_attach.py that sporadically affected tests passing. Also enhanced debug messages.