justinstenning / SharedMemory

C# shared memory classes for sharing data between processes (Array, Buffer and Circular Buffer)
https://www.nuget.org/packages/SharedMemory
Other
566 stars 118 forks source link

Add RpcBuffer implementation (closes #46) #47

Closed justinstenning closed 4 years ago

justinstenning commented 4 years ago

Add RpcBuffer implementation for simple byte[] RPC calls between two endpoints.