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

parametrize timeout in https://github.com/toncenter/pytonlib/blob/main/pytonlib/tonlibjson.py#L199 to be able to raise it #60

Open
imzaur opened this issue May 22, 2024 · 0 comments

Comments

@imzaur
Copy link

imzaur commented May 22, 2024

I am having issue

line 207, in read_results
    result = await asyncio.wait_for(self.loop.run_in_executor(None, receive_func), timeout=timeout + delta)
  File "/usr/lib/python3.9/asyncio/tasks.py", line 466, in wait_for
    await waiter
asyncio.exceptions.CancelledError


would be nice to have opportunity to increase task waiting timeout

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