Using Action<T> crashes program #1675
Unanswered
bwinklesky
asked this question in
Q&A
Replies: 1 comment
-
Generics are not yet supported, although it is being worked on. See: #782 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If I use an
Action<T> (in my case Action<bool>)
the board gets corrupted at runtime and I need to reflash the firmware to get it working again.Using Action without a generic, it works ok. Is there a limitation to using Action or is there a proper way to wire it up?
Beta Was this translation helpful? Give feedback.
All reactions