You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tinode General
We have an app written and we have our own onConnect handling.
We have the following code...
We wanted to write custom logic for auto-reconnection, but we found that Tinode has its
own so we made a suboptimal hack with the above code which overrides the iteration timeout.
This has worked pretty much always until recently we had an issue.
We had some network fluctuations and encountered the following log
"onAutoreconnectIteration will retry in 4774.516907270728 ms"
and it never retries. I have looked into the source code and can't find a reason why
onAutoreconnectIteration would just stop?
Can somebody help with this? Is there a max retry? Also is there a better way to handle this?
Thank you.
Gene
unread,
Nov 7, 2025, 10:17:16 AM (3 days ago) Nov 7
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Tinode General
BTW, unless you are dealing with automatic messaging (non-interactive), then you should not set it to 8 seconds. It's going to eat the battery on mobile.