aio-libs/async-timeout

The way to prevent raise asyncio.TimeoutError

stavinsky opened this issue · 2 comments

Hello. Sorry for maybe stupid question.
Can I do something to prevent timeout error, except using try outside CM?
If no, maybe it is good idea to use some flag, for example silent=True to make such behavior possible?

Thanks. I didn't know about such thing.