You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
At line 55 of Scenario2_Listen.cpp, the ValueChanged event token is not saved, even though it is used later to unregister. Should be assigned to valueChangedEventToken.
Configuration
C++/WinRT all configurations
The text was updated successfully, but these errors were encountered:
Hoenscher
changed the title
Iot-Gpio
winrt cpp Iot-Gpio Scenario2_Listen.cpp line 55 missing valueChangedEventToken = listenPin.ValueChanged(.....);
May 16, 2021
* IoT-GPIO: Remember event token so we can unsubscribe later #1247
* SimpleCommunication: Fix typo in parameter ordering (code worked, but names were backward) #1294
* WiFiDirect: Fix build #1319
* Delete obsolete samples templates
Which sample are you reporting a bug in?
IoT-GPIO
Describe the bug
At line 55 of Scenario2_Listen.cpp, the ValueChanged event token is not saved, even though it is used later to unregister. Should be assigned to
valueChangedEventToken
.Configuration
The text was updated successfully, but these errors were encountered: