'ACL is not supported in Mono (Unity3D)
I have a problem trying using NamedPipe in Unity3D: My project requires to communicate with other application, i found out NamedPipe from Microsoft documentation, but while i am starting the project in the editor it throw me that exception ("NotImplementedException: ACL is not supported in Mono")
Solution 1:[1]
I had the same issue but when I set the TokenImpersonationLevel
to None
the issue went away.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Cody Gray |