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

V3.3.0 #17

Closed griffinmilsap closed 1 year ago

griffinmilsap commented 1 year ago

ezmsg.core v3.3.0

Extensions

ezmsg.sigproc v1.2.0

ezmsg.websocket v1.1.1

ezmsg.zmq v1.1.1

pperanich commented 1 year ago

@griffinmilsap I'm starting to think that ezmsg shutdown should still be included with a confirmation step to make sure the user is doing so intentionally. Additionally, it may be possible to check how many graph connections are still active at that time and notify the user before confirmation prompt.

The alternative is that a user may still maliciously kill a running server with a kill -9 command, so I'm not sure exactly what we are gaining by removing this command entirely.