diff --git a/S7.Net/PlcAsynchronous.cs b/S7.Net/PlcAsynchronous.cs index 5482ec9..c7a5868 100644 --- a/S7.Net/PlcAsynchronous.cs +++ b/S7.Net/PlcAsynchronous.cs @@ -35,7 +35,7 @@ namespace S7.Net _stream = stream; return default(object); - }); + }).ConfigureAwait(false); } catch(Exception) {