natefinch / npipe

A Windows named pipe implementation written in pure Go.
MIT License
297 stars 73 forks source link

example_windows_test.go can't read from server #30

Closed shenzizai closed 2 years ago

shenzizai commented 2 years ago

the client can write to the server,but can't read from server

image