Mr-Markus / ZigbeeNet

A .NET Standard library for working with ZigBee
Eclipse Public License 1.0
131 stars 47 forks source link

Remove not used method which called Task.Result #97

Closed nicolaiw closed 4 years ago

nicolaiw commented 4 years ago

Please leave this Issue open as Task.Result or Task.Wait() is also called in some Dongle implementations. This should be removed as well.

For example:

https://github.com/Mr-Markus/ZigbeeNet/blob/develop/libraries/ZigBeeNet.Hardware.Digi.XBee/Internal/XBeeFrameHandler.cs#L510