BuaBook / kdb-common

kdb+ Core Libraries and Utilities
Apache License 2.0
51 stars 16 forks source link

Missing timeout in .ipc.connect #27

Closed zak-b2c2 closed 4 years ago

zak-b2c2 commented 4 years ago

Hi Jas,

It looks like the timeout is not passed in to hopen as part of the arguments below?

https://github.com/BuaBook/kdb-common/blob/32f768fe0e140987828f00ce3031c2b253ef937a/src/ipc.q#L97

Thanks, Zak

jasraj commented 4 years ago

Hi Zak,

You’re right - I’ve never noticed it (and it’s been in there for 3 years).

I’ll get it fixed by the weekend.

Thanks for reporting it.

Jas

zak-b2c2 commented 4 years ago

Same here, after 1 year my luck ran out last night

jasraj commented 4 years ago

Hi Zak,

This has been fixed now and I've created a new version with it in - kdb-common-1.1.2-2020.02.01.

Thanks Jas