Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Subscription api getting too many SocketTimeoutException.

ANSWERED

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

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

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.

View best answer in original post

Best Answer
0 Votes
1 REPLY 1

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
0 Votes