You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling service.resolve() immediately from a found event takes up to a minute for Android clients to respond.
After a day of experimenting I found out that If I delay the call to service.resolve() for a minimum of 1000ms, it resolves instantly after the delay.
This only happens for Android clients in my test environment, Windows clients respond immediately every time.
Has anyone ever had similar problems?
The text was updated successfully, but these errors were encountered:
Calling service.resolve() immediately from a found event takes up to a minute for Android clients to respond.
After a day of experimenting I found out that If I delay the call to service.resolve() for a minimum of 1000ms, it resolves instantly after the delay.
This only happens for Android clients in my test environment, Windows clients respond immediately every time.
Has anyone ever had similar problems?
The text was updated successfully, but these errors were encountered: