You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.
Currently this is not possible because cake uses Readline, which blocks until input is received. It shouldn't be too hard to rewrite the duplex function to use a separate thread so it can print cake's output while Readline is still waiting. If you want to take a shot at it, feel free to fork cake. Otherwise, I will keep this use case in mind next time I am working on the persistent JVM.
Would it be possible for cake to output stdout content from a background thread in a line buffered fashion instead of waiting for user input?
Thanks for the awesome project!
The text was updated successfully, but these errors were encountered: