You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the methods creating stream must close it after usage.
To Reproduce
It was investigated in ASMD - opening the same file throws an exception The process cannot access the file .... because it is being used by another process.
Expected behavior
After deserialization, it should be possible to open the file again.
The text was updated successfully, but these errors were encountered:
Describe the bug
All the methods creating stream must close it after usage.
To Reproduce
It was investigated in ASMD - opening the same file throws an exception
The process cannot access the file .... because it is being used by another process
.Expected behavior
After deserialization, it should be possible to open the file again.
The text was updated successfully, but these errors were encountered: