library · inferred from evidence
Harness Java client
A Java client library for interacting with Harness services.
- Harness Java client waitForInitialization hangs forever with a bad API key
Calling waitForInitialization() with an invalid API credential never returns and never throws. The retry interceptor kept retrying and hit an IllegalStateException about the previous response still being open, so the wait() never woke up.