You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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,