sv / kdbgo

kdb+ client driver for Go
MIT License
44 stars 29 forks source link

Fix Unix Socket On Linux #9

Closed yznima closed 6 years ago

yznima commented 6 years ago

On Linux, the DialUnix call fails. After investigating further, I realized that kdbq use @/tmp/kx.pid on Linux for Unix socket connection

yznima commented 6 years ago

@sv Could you review?

yznima commented 6 years ago

@sv Addressed comments