The execution is blocked until the connection that you have started with the RunCommand terminates. You can use Threads to overcome this. Or a simpler solution would be to use the solution I proposed here.
The execution is blocked until the connection that you have started with the RunCommand terminates. You can use Threads to overcome this. Or a simpler solution would be to use the solution I proposed here.