flame
flame copied to clipboard
Support stream for stdio-shim
Currently, the instance will be start/stop for each task in stdio-shim. It's better to start the instance in on_session_enter and stop the instance in on_session_leave; and communicate with the instance by stdio for task input/output.