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

msgpackrpc.error.TimeoutError: Request timed out #18

Open
sasmaster opened this issue Dec 16, 2017 · 1 comment
Open

msgpackrpc.error.TimeoutError: Request timed out #18

sasmaster opened this issue Dec 16, 2017 · 1 comment

Comments

@sasmaster
Copy link

Hi. How can I extend the default timeout? In my app the rpc call invokes some process that performs a job that takes several seconds.How can I modify the timeout time so that this errors won't throw?

Thanks.

@wosiu
Copy link

wosiu commented Sep 9, 2018

client = msgpackrpc.Client(..., timeout=x), where x is number of seconds you wish. Default is 10.

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