v1.0.1
🐞 Bug Fixes
-
use
StreamStart.CURRENT_TESTfor imperatively started processesA misleading sanity check was failing when it was tried to retrieve one of the process' streams with
StreamStart.CURRENT_TESTwhen the process was started manually / using the API during that very test (so if the process wasn't already running before the start of the test).This has been fixed and is now possible. In this case, the whole stream is returned since the entirety of it took place during the current test.