06-24-2015 00:27
06-24-2015 00:27
My subscriber endpoint status is showing too many SocketTimeoutException .I have checked subscriber endpoint from a rest client and it's working fine.Is there anything that I have to check from our side
Answered! Go to the Best Answer.
Best Answer06-24-2015 10:19
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
06-24-2015 10:19
This means that your application is not accepting and properly closing the request from the Fitbit Subscriptions API within 3 seconds, so Fitbit terminates the connection.
Check to make sure that your application accepts the request and closes the connection before it does anything else, such as making API requests.
Best Answer06-24-2015 10:19
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
06-24-2015 10:19
This means that your application is not accepting and properly closing the request from the Fitbit Subscriptions API within 3 seconds, so Fitbit terminates the connection.
Check to make sure that your application accepts the request and closes the connection before it does anything else, such as making API requests.
Best Answer