Skip to content

1.2.0

Compare
Choose a tag to compare
@geloczi geloczi released this 04 Dec 14:01
· 8 commits to main since this release
  • 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