natefinch / npipe

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

Support a Dial overload that fails right away on ERROR_FILE_NOT_FOUND #34

Open shueybubbles opened 1 year ago

shueybubbles commented 1 year ago

For named pipe connections to SQL Server we don't want to wait for the server to create the pipe, it needs to already exist.

shueybubbles commented 1 year ago

@aeckleder @natefinch is this repo no longer active for PRs? If so, do you know of an alternative named pipe implementation I should look at for our SQL Server client?