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

[Macros] extract value of a client-write #199

Open
hexpwn opened this issue Sep 8, 2023 · 1 comment
Open

[Macros] extract value of a client-write #199

hexpwn opened this issue Sep 8, 2023 · 1 comment

Comments

@hexpwn
Copy link

hexpwn commented Sep 8, 2023

Currently is macros it is possible to wait-for-write; but other than asserting the value that was received, we cannot use that value elsewhere.

One example would be sending a notification that incorporates that value (maybe for a request-response situation, for example).

It would be nice if we could save the received value to a variable of sorts and use it elsewhere in other operations.

@philips77
Copy link
Member

Yes, macros are very limited in that sense. After all, they are just macros that can be recorded and played back. There is no branching or variables, unfortunately. We will think of how we can improve that. Thank you for your suggestion.

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

No branches or pull requests

2 participants