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
{{ message }}
This repository was archived by the owner on Mar 27, 2023. It is now read-only.
Using the expanded Semantics3 API can take 40 seconds or more. But also even just networking issues could result in a hung connection.
As-is, the HttpURLConnection used to connect to Semantics3 is built and used within methods and not accessible to clients. Perhaps Semantics3Request should accept a constructor parameter to control read and connection timeouts when opening connections.