Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client/server receives message keyword is considering latest parameter as true for 'False' as input #61 #61

Open
vivektatipamula opened this issue Nov 30, 2016 · 1 comment

Comments

@vivektatipamula
Copy link

vivektatipamula commented Nov 30, 2016

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.

@vivektatipamula vivektatipamula changed the title Client/server receives message keyword is considering latest parameter as true for 'False Client/server receives message keyword is considering latest parameter as true for 'False' as input #61 Nov 30, 2016
@vivektatipamula
Copy link
Author

Hi Jussi,

I have the fix for this issue.
Will commit the changes once the current pull request (#41) is accepted.

Regards,
Vivek

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant