Closed test-fullautomation closed 2 years ago
Observation:
Example code to create handle\thread leak:
*** Settings *** Resource ../../../../import.resource *** Test Cases *** # ******************************************************** TestCase FOR ${x} IN RANGE 1 10000 ${config}= Evaluate { "address" : "${dSUT['system']['sQNX_IP']}", "logfile":"nonlog" } Connect conn_name=SSH1 conn_type=SSHClient conn_conf=${config} Sleep 0.5 Disconnect SSH1 Sleep 1 END
Hi Cuong,
please look into this.
Seems to be an issue with the receiverthread.
Thank you, Thomas
this issue is fixed.
Observation:
Example code to create handle\thread leak: