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
{{ message }}
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
pipeserver when opened in read only mode fails to disconnect because of the call to FlushFileBuffers failing with Access denied. .
333 let mut result = unsafe { FlushFileBuffers(handle.value) };
similar error can happen in drop.
As per msdn:
The file handle must have the GENERIC_WRITE access right.
The text was updated successfully, but these errors were encountered: