On Wed, 21 Oct 2020 16:45:27 GMT, Jan Lahoda wrote:
>> …orStateException: current thread is not owner
>>
>> The KeepAliveStreamCleaner is calling Condition.wait (i.e. the Object.wait
>> variant), should presumably be calling Condition.await. (NetBeans is
>> producing warnings on the line as we
On Wed, 21 Oct 2020 16:45:27 GMT, Jan Lahoda wrote:
>> …orStateException: current thread is not owner
>>
>> The KeepAliveStreamCleaner is calling Condition.wait (i.e. the Object.wait
>> variant), should presumably be calling Condition.await. (NetBeans is
>> producing warnings on the line as we
On Wed, 21 Oct 2020 16:42:39 GMT, Jan Lahoda wrote:
>> …orStateException: current thread is not owner
>>
>> The KeepAliveStreamCleaner is calling Condition.wait (i.e. the Object.wait
>> variant), should presumably be calling Condition.await. (NetBeans is
>> producing warnings on the line as we
> …orStateException: current thread is not owner
>
> The KeepAliveStreamCleaner is calling Condition.wait (i.e. the Object.wait
> variant), should presumably be calling Condition.await. (NetBeans is
> producing warnings on the line as well.)
Jan Lahoda has updated the pull request incrementally