IPC icon indicating copy to clipboard operation
IPC copied to clipboard

IPC is a C++ library that provides inter-process communication using shared memory on Windows. A .NET wrapper is available which allows interaction with C++ as well.

Results 19 IPC issues
Sort by recently updated
recently updated
newest added

There should be at least some explanation of key concepts and workflow before lookinng into unit tests makes sense.

enhancement

It would be more beneficial if a wide range of OSs were supported.

enhancement

Currently only [IVector](https://github.com/Microsoft/IPC/blob/master/ManagedContainers/Inc/IVector.h) is available. Would be good to add other containers such as list, set, map etc.

enhancement

Currently all the tests are running within the same process. Would be good to have some that use separate ones.

enhancement

Currently the `ClientAcceptor`, `ServerConnector`, `AcceptClient` and `ConnectServer` functionality is missing in managed wrapper.

enhancement

Currently `ChannelSettings` is not available in managed wrapper.

enhancement

Currently default security settings are used. It would be good to support permissions.

enhancement

Please accept this contribution adding the standard Microsoft SECURITY.MD :lock: file to help the community understand the security policy and how to safely report security issues. GitHub uses the presence...