mirror of
https://github.com/S7NetPlus/s7netplus.git
synced 2026-02-17 22:38:27 +08:00
Use Stream.Dispose() for NetStandard 1.3
This commit is contained in:
@@ -33,7 +33,7 @@ namespace S7.Net
|
||||
}
|
||||
catch(Exception)
|
||||
{
|
||||
stream.Close();
|
||||
stream.Dispose();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user