timidev

Results 2 comments of timidev

I meet the same problem. I'm using Windows 7 and Go 1.8. Can you fix this please?

I fixed this problem. iop.ReadCloser.Close() will block in windows 7 , I change the close squeue and fix it. Changing like bellow: // Close closes the pipe's WriteCloser, ReadClosers, and...