Benoît C

Results 35 comments of Benoît C

Well, `Pool.create` has the same pattern, that uses `asyncio.async` or such, which is the same pattern :( https://github.com/jonathanslenders/asyncio-redis/blob/master/asyncio_redis/connection.py#L64 Still, the future will be never consumed.

Anoter improvment could be to add a CAN interface in those info.

I've got the same problem with version 2.0.0 which is in the readme not in github nor pypi.

Hello @notmeta. Thanks for all your viable suggestions. Imho there is two things: First, we should rename `type` with `message_type` which will help us remove the disabled pylint and fix...

@notmeta I may have the time to propose the first part.

I think since we do not released a 1.x version, we may change the API. I think we did it already.

@notmeta : do you want a 0.13.x release ?

Hello, We clearly want to tackle the problem with having an exception in the Task `AmqpProtocol.run` and give a pleasant solution to know what happened. Could you please let us...

I think will see this later this week. We didn't really have python 3.5 for the moment. Do you have the same behavior when running the examples ?

Hello @vartagg since a few versions we've migrated the frame encoding and decoding to pamqp : https://github.com/gmr/pamqp imho we should open an issue there. Spec says : https://www.rabbitmq.com/ttl.html > The...