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

The timeout property is not used anywhere in the code? #12

Open
vivere-dally opened this issue Sep 18, 2024 · 2 comments
Open

The timeout property is not used anywhere in the code? #12

vivere-dally opened this issue Sep 18, 2024 · 2 comments

Comments

@vivere-dally
Copy link

I see that we can set the timeout, but I don't see it being used anywhere while making the requests? There is no reference to this._timeout, and the axios always has the same config set:

        let requestConfig: axios.AxiosRequestConfig = {
            url,
            method: 'GET',
            baseURL: this._basePath,
            headers,
            params: queryParams,
            timeout: 90 * 1000, // <-- shouldn't this use this._timeout?
            responseType: 'json',
        }
@beratwallee
Copy link

Hi @vivere-dally.
Thanks for your message.

Our team is working on it to check the issue and solve it.
Best regards,
Berat from wallee.

@vivere-dally
Copy link
Author

Hi @beratwallee. Any news on this issue?

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

2 participants