mirror of
https://github.com/S7NetPlus/s7netplus.git
synced 2026-02-17 22:38:27 +08:00
Fix OpenAsync function to rethrow exception during connection establish.
This bug was introduced in 106e9912
This commit is contained in:
@@ -35,6 +35,7 @@ namespace S7.Net
|
||||
catch(Exception)
|
||||
{
|
||||
stream.Dispose();
|
||||
throw;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user