-
In our case, the computer is sleep for 8 hours, and then starts up, now I need to reconnect the socket. What do you recommend? What I have in mind is: recreate using |
Beta Was this translation helpful? Give feedback.
Answered by
enisdenjo
Feb 19, 2021
Replies: 1 comment 2 replies
-
Check out the client usage with custom retry timeout strategy recipe. You can time your retries exactly to your needs by controlling the After the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
morajabi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check out the client usage with custom retry timeout strategy recipe. You can time your retries exactly to your needs by controlling the
retryWait
promise resolution.After the
retryAttempts
have passed, the client will report an error.