Mr-Markus / ZigbeeNet

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

Use Task.Factory.StartNew() instead of Task.Start(). #89 #90

Closed spudwebb closed 4 years ago

spudwebb commented 4 years ago

Avoid return await. #81 Avoid logging exception in ZigBeeSerialPort.ReaderTask() when network is shut down.

Mr-Markus commented 4 years ago

Thx