2 packages tagged with “NamedPipeClientStream”
InterProcessComm is a very small and simple wrapper for the NamedPipeServerStream and the NamedPipeClientStream. It allows easy and fast communication between two applications.
PipeHelper 是对Pipe的简单封装,用于进程之间相互通信,开启两个管道,分别用来收和发,实现了自动重连,消息回调