Ssh.blocking mode with threads (General questions)
Hi,
my problem is:
when i use threads which use ssh object (ssh configured ssh.blocking = true) the object ssh change sometime in ssh.blocking = false and jump a exception: Only available in Blocking mode.
Re: Ssh.blocking mode with threads
Hi Fumi,
We will need more information to deal with your problem. Maybe you can show us your code snippet?
Code snippet will maybe help us to find our more about it.
Also did you try our samples in Samples folder. What is result?
Hope I helped.
Regards,
Drazen
Re: Ssh.blocking mode with threads
hi,
i belive that i repair my error.
I have a ssh component in blocking mode.
I have three threads, when i active first thread with ssh component and after abort this thread, i active second thread, now the component ssh isn't in blocking mode.. i don't know for what reason.. and the second thread can't use component ssh.execute.. I should wait that ssh.bloking mode are true