#damo-red61_error
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1404792998864097382
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hey Happy to help!
It seems like you are referring to this:
https://docs.stripe.com/terminal/payments/connect-reader?terminal-sdk-platform=android&reader-type=tap-to-pay#handling-disconnects
Have you had a chance to add a listener and track the failure reconnect ?
hey, we have a listener in place , unfortunately we didn't actually set it to log anything when reconnect fails , so not of much use in this case
in the case where the reconnect is actually being attempted but failing, I take it our only course of action would be to re-do the discover readers + connect process?
Yeah you should rediscover and reconnect again
okay, we'll look into improving our handling of a reconnect failure then, thank you.