Stop() should block until 'finished' event arrives or error
Closed this issue · 0 comments
dragos-oancea commented
- currently action.Stop() issues "stop" command and it does not wait for anything , except the reply to command, which is built-in in the blade.execute function.
- will compete with the function running callbacks (cannot use the same channel)