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

Fix/run components #27

Closed griffinmilsap closed 1 year ago

griffinmilsap commented 1 year ago

Running multiple components could result in topic name collisions. This (unfortunately API-breaking) changeset fixes that, and changes the ez.run call signature to require names that don't collide.