EasyPipes
EasyPipes copied to clipboard
Simple C# library for NamedPipe and TCP-based IPC
Hello, While testing out EasyPipes I discovered that when implementing encryption as per the readme that I could still see the secrets in plain text in a packet capture. After...
This modifies the disconnect behavior of a Client in the following ways: * adds a WhenDisconnected event that allows the creator to react to the Server closing. * KeepAlive pings...
Previously, the KeepAlive pings could cause serialization errors by injecting data in-between a write header and payload. This would cause the receiving reader to receive data that was prefixed by...