S7NetPlus / s7netplus

S7.NET+ -- A .NET library to connect to Siemens Step7 devices
MIT License
1.34k stars 589 forks source link

Sprinkle more .ConfigureAwait(false) into async library. #379

Closed scamille closed 3 years ago

scamille commented 3 years ago

This helps to avoid deadlocks when using synchronous API which references the async one in applications with a synchronization context, like a GUI. Should fix #344