SharedMemory
SharedMemory copied to clipboard
WaitHandle and MMF security in fullfx + CreateOrOpen
What is changing
- Implemented initial support for WaitHandle and MMF security (FullFX only for now) closes #53
- Added option to allow opening existing when creating a server instance (see
openExisting
parameter of constructors) closes #56