You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2019/10/14 12:51:14 UTC

[GitHub] [camel-k] bfitzpat commented on issue #946: Starting a new integration in --dev mode and then starting it again without --dev mode leaves hanging process

bfitzpat commented on issue #946: Starting a new integration in --dev mode and then starting it again without --dev mode leaves hanging process
URL: https://github.com/apache/camel-k/issues/946#issuecomment-541658666
 
 
   This turned out to be an issue with the method I was using to start the process -- child_process.exec did not allow me to properly kill it when we were done with it. child_process.spawn did - and that's what we used in https://github.com/camel-tooling/vscode-camelk/pull/140 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services