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
Hi, maybe this is worth mentioning. Basically, the FileOptions.Asynchronous flag should be passed when creating a FileStream (e.g. with File.Create), otherwise the actual I/O operations are performed synchronously. More info.
The text was updated successfully, but these errors were encountered:
Hi, maybe this is worth mentioning. Basically, the
FileOptions.Asynchronous
flag should be passed when creating aFileStream
(e.g. withFile.Create
), otherwise the actual I/O operations are performed synchronously. More info.The text was updated successfully, but these errors were encountered: