get shadow name on "GetShadowResponse" #532
-
|
Do I miss something or is it not possible to get the name of the shadow which triggered the callback There is a different std::function defined for named shadows: but it uses the same class So if I pass a classes' member function as callback to |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
If there's auxiliary data you want in-scope at the callback, we recommend using a lambda and capturing what you need. |
Beta Was this translation helpful? Give feedback.
-
|
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
If there's auxiliary data you want in-scope at the callback, we recommend using a lambda and capturing what you need.