Rammbock
Rammbock copied to clipboard
`Client/server receives message` keyword is considering latest parameter as true for 'False' as input #61
With "latest" parameter of client/server receives message keyword we can select the latest or old messages from message stack. But it is not working properly.
Expected behavior: latest=true: Client/server should pick latest message from the stack and validate. latest=False: Client/server should pick old message from the stack and validate.
Actual behavior: latest=true: Client/server is retrieving the latest message from stack and validating. latest=False: Client/server is retrieving the latest message from stack and validating.
Hi Jussi,
I have the fix for this issue. Will commit the changes once the current pull request (#41) is accepted.
Regards, Vivek