Add missing ConfigureAwait in OpenAsync

This commit is contained in:
Michael Croes
2021-06-01 20:59:20 +02:00
parent e93a656312
commit f67b1e773f

View File

@@ -35,7 +35,7 @@ namespace S7.Net
_stream = stream;
return default(object);
});
}).ConfigureAwait(false);
}
catch(Exception)
{