BedrockFramework icon indicating copy to clipboard operation
BedrockFramework copied to clipboard

Finish implementation of the named pipe transport

Open davidfowl opened this issue 6 years ago • 0 comments

There's a prototype of the NamedPipeTransport in the experimental project. We'd like to move this over to the main project but it needs to be cleaned up and tested to make sure it works well.

  • [ ] - Properly implement the NamedPipeConnectionContext. This needs to implement a bunch of features (like connection aborted)
  • [ ] - Add extension method on both the server and client (ListenNamedPipe)
  • [ ] - Add tests, lots and lots of tests

davidfowl avatar Jan 15 '20 03:01 davidfowl