Fixes an issue with console interrupts on Windows. Also adds an ezmsg start command that forks ezmsg servers. This new server forking is used to significantly speed up tests on Windows; GraphServer and SHMServer start up very slowly on Windows. The GitHub action for testing has been adapted to start/fork the ezmsg core servers before running tests; all of which will simply attach to the core servers while running.
Fixes an issue with console interrupts on Windows. Also adds an
ezmsg start
command that forks ezmsg servers. This new server forking is used to significantly speed up tests on Windows;GraphServer
andSHMServer
start up very slowly on Windows. The GitHub action for testing has been adapted to start/fork the ezmsg core servers before running tests; all of which will simply attach to the core servers while running.