Releases: geloczi/ipc-anonymouspipes
Releases · geloczi/ipc-anonymouspipes
1.2.3
1.2.2
1.2.1
1.2.0
- Better naming, better usability, easier configuration
- PipeServer.GetClientArgs() returns a prepared command line argument string
- PipeClient empty constructor automatically parses the command line arguments to get the pipe handles when used in combination with PipeServer.GetClientArgs()
- Moved receive action parameter from PipeServer and PipeClient constructors into Receive and ReceiveAsync for better usability
- Send method also accepts Stream, maximum supported length is Int64.MaxValue
- Improved unit tests
- Fixed edge cases, improved stability