DarthAffe / OBD.NET

C#-Library to read data from car through an ELM327-/STN1170-Adapter
GNU General Public License v2.0
184 stars 83 forks source link

Async-Example throws OperationCanceledException #3

Closed DarthAffe closed 7 years ago

DarthAffe commented 7 years ago

The Async-Example (MainAsync in Program.cs) is causing an OperationCanceledException at the .Wait() once the method itself is done. The async request works as expected.

@romanlum Do you have any idea where this might come from?

romanlum commented 7 years ago

Fixed and pull request created...