This repository was archived by the owner on Nov 15, 2020. It is now read-only.

Description
Hi,
I'm currently running the latest version of your api (4.1.1) and the api.hd.HDBase(Config config) constructor deadlocks with itself. Is that function supposed to be called since the github documentation (I am not aware that there is a more complete one for the Java apikit) doesn't mention it ?
This issues probably stems from the fact that you initialize a PipeInputStream and a PipeOutputStream in the same thread (l. 129/130 of HDBase.java). The JavaDoc of both objects warns the user about that issue.
Thanks in advance and have a nice day,