Home › Forums › kdb+ › q console error causes other client connections to hang › Re: q console error causes other client connections to hang
-
Yes it’s expected as the first process is in debug mode – https://code.kx.com/q/basics/debug/#debugger
However, you don’t need to restart the first process, you can resume or abort execution from the debugger depending on your use case. The sync message from the 2nd process should then be processed.
https://code.kx.com/q/basics/debug/#resumehttps://code.kx.com/q/basics/debug/#abort