Replies: 1 comment 4 replies
-
You mean from the frontend? You should probably look for the Or are you talking about modifying the backend? You could set a listener for the EOF event on the stdout stream, but that's approximately equivalent for most realistic use cases to just listening for process termination, which we do already. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @raxod502! I'm trying to fire an event after the stdout data has finished streaming. I think I need to hook into something here: https://github.com/raxod502/riju/blame/master/backend/api.js#L328
Do you know of a simple way to do that? Or do you have any advice? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions