Rammbock icon indicating copy to clipboard operation
Rammbock copied to clipboard

message_stream.get function will drop into endless loop

Open ajun007 opened this issue 9 years ago • 1 comments

We found robot can not stop sometimes. After research found the core reason is that message_stream.get will drop into endless loop when no expected message found and socket never empty (receive data persistently).

ajun007 avatar May 25 '15 06:05 ajun007

Hum, I see. Timeout should happen. As a kind of a workaround until we can fix this, you can set timeout to your test or userkeyword.

jussimalinen avatar Jun 02 '15 12:06 jussimalinen