Oleg A.

Results 65 comments of Oleg A.

Use polling from Dispatcher. It's nonblocking. Anyway, class-based bot is not a solution

I agree that #522 should be added to the docs. But I'm against wraping an already class-based Bot with another class. It's redundant. This is an antipattern. All explained motivation...

So you can add warmup logics in `on_startup` function

@mosquito, could you share your investigations? I'll try to implement it :)

@6r1d , could you measure speed again and update your benchmark?

### Workaround To avoid this exception I limit connections amount with `max_connections`. But it's not a solution for this behaviour

@Andrew-Chen-Wang, can't test this behaviour in my production anymore, cause it was butthurt for me :hurtrealbad: As soon as new version will be released, it will be implemented on my...

```python async with redis.lock( AttributeError: __aenter__ ``` locks not implemented

This bug happens only with `uvloop` installed