natefinch / npipe

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

Test race fixes #18

Closed cmars closed 8 years ago

cmars commented 8 years ago

Depends on #17. This fixes all the go test -race ./... errors in the v2 branch, but TestGoRPC still randomly hangs on waitForCompletion -- which tells me there's possibly still an issue with concurrent goroutines in Accept() and Close().

@natefinch @gabriel-samfira Any ideas?