-
Notifications
You must be signed in to change notification settings - Fork 592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom fetchTimeout for Remote Config is ignored #3067
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Hi @adam2603 thanks for reporting. I'll try to replicate this and see what we can do here. |
Hi @adam2603, just bumping this thread. I was able to replicate the issue, I'll try to notify an engineer and see what we can do here. |
Any news about this? I might be experiencing the same issue. |
Encountering same issue. |
Hi all, upon testing this code snippet on the latest version @MatthiasDh, could you add more details such as steps to repro or minimal repro of your issue? |
Hey @adam2603. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
@argzdev I'm still experiencing this issue after upgrade to version |
Hi, is there any solution? |
Also experiencing this issue - any solution? |
Thanks for the reports @abdulkadirgun @andrew-just14 @adam2603. I'm wondering if you're seeing the timeout ignored outside of using Charles to increase the latency? We control the timeout using URLConnection's setConnectTimeout and setReadTimeout, so it's possible something is returned that satisfies those "connection opened" and "started to read" requirements, but the round trip latency causes the connect to still hang open beyond those two limits. |
Hey @adam2603. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @adam2603 if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
This is still happening - at least on |
[READ] Step 1: Are you in the right place?
Issues filed here should be about bugs in the code in this repository.
If you have a general question, need help debugging, or fall into some
other category use one of these other channels:
with the firebase tag.
google group.
of the above categories, reach out to the personalized
Firebase support channel.
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
I set firebase remote config fetch timeout to 5 seconds, but it is ignored and default one (60 seconds) is used.
![Screenshot 2021-10-20 at 12 29 08](https://user-images.githubusercontent.com/25059578/138128159-9fd7f2df-318d-42aa-ad4c-dfdea22497d1.png)
To test this I setup charles proxy with following throttling configuration:
Steps to reproduce:
Relevant Code:
The text was updated successfully, but these errors were encountered: