Skip to content
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

Doesn't Wait To The Response (Quick Timeout!) #30

Open
hamdongunner opened this issue Jun 21, 2020 · 0 comments
Open

Doesn't Wait To The Response (Quick Timeout!) #30

hamdongunner opened this issue Jun 21, 2020 · 0 comments

Comments

@hamdongunner
Copy link

I've created a backend API that receives a URL and uses the "url-metadata" tool to get the meat-data from the URL and send it back to your tool.

The thing is when I return a dummy static data from the backend which returns fast. your tool works fine and displays the data normally. check the Image

And you can check my backend response The Static One using this image

However, when I use the tool in the backend it will return the exact same data but it will be late a little bit. (and that convenience, It's an HTTP request after all). your tool gives me "Can not get this link data, try another"

Here is the image for the response data when am using the backend tool - when you give an error
And here is the image for the data when I return a quick static response from the backed - when your tool works fine

Clearly the responses are 100% the same. the time of getting a response is the only difference. So is there any way to change the timeout from your side, because I can't control the response time from the backend nor the internet speed.

Thank you In advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant