jstarks / npiperelay

npiperelay allows you to access Windows named pipes from WSL
MIT License
660 stars 71 forks source link

Issue #7: Add retries on busy pipe instances #18

Open axxelG opened 3 years ago

axxelG commented 3 years ago

I haven't found a more elegant way to check for this specific error. It looks like {syscall.Errno} does not offer more information than the error text. https://golang.org/pkg/syscall/#Errno https://golang.org/src/syscall/syscall_windows.go#L103