-
Type:
Suggestion
-
Resolution: Low Engagement
-
Component/s: Ecosystem
-
3
Summary
By default, whenever a Connect app exceeds the socket timeout, it will not display the information in the UI, triggering errors like the following in internal logs:
message: An unknown error occurred: java.net.SocketTimeoutException timeTakenMillis: 15208
This happens because the default timeout socket timeout is set to 15 seconds in the Connect code.
Suggestion
For apps that need to retrieve extensive information, this timeout might be too short, impacting usability.
This is a suggestion to either allow the timeout to be increased or increase the default value directly in the Connect app's code.