mirror of
https://github.com/S7NetPlus/s7netplus.git
synced 2026-02-17 22:38:27 +08:00
Add missing ConfigureAwait in OpenAsync
This commit is contained in:
@@ -35,7 +35,7 @@ namespace S7.Net
|
||||
_stream = stream;
|
||||
|
||||
return default(object);
|
||||
});
|
||||
}).ConfigureAwait(false);
|
||||
}
|
||||
catch(Exception)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user