Closed hansmbakker closed 8 years ago
Dispatching is currently being discussed in https://github.com/getsenic/nuimo-windows/issues/2
@wind-rider Did you have issues with the duration of SubscribeForCharacteristicNotifications
's cancellation token?
Yes I initially couldn't connect well, until I increased that value.
Can confirm issues with cancellation token of 1s
@larsblumberg done.
It would help if there would be a style guideline for the windows repos that could be integrated in IDEs.
StyleCop is one way how to enforce coding style guidelines.
Unfortunately we don't have resources right now to formalize a coding style guide. Please use the existing source code style as a reference for how to format code in pull requests. Thanks!
@larsblumberg great, thanks for merging :) when will a new NuGet version be released?
Would be great to have #8, #9 and #12 merged, too :)
Patch intended to fix #2
Remove DispatchOnMainThread (since IoT apps are headless and Dispatcher for the UI thread should be used in the client apps) Increase CancellationToken for SubscribeForCharacteristicNotifications() (otherwise it would think that connection failed)