Andrew Brookins

Results 140 comments of Andrew Brookins

I think we should do this and use our route names as the operation IDs. E.g. with the FastAPI recommendation: ```python # Use route names as OpenAPI operation IDs. for...

We could even close it. What do you think?

I'm taking a look at this now. There's something I don't quite understand about how create_task() works. It's not very well documented. I'll continue my investigation!

This is interesting. I'd like to get this nailed down so we can advise people on how to use `create_task()` effectively with aioredis-py. I created a silly example that doesn't...

Great comments from everyone involved. I am going to continue driving this issue until we arrive at **plain language** that explains how to use asyncio.create_task() with aioredis-py, specifically with PubSub...

@bmerry I'm curious if you have any insight into this. I've seen you mention Tasks in other issues. It's very possible I'm simply being dense and need some repeated explanations...

Very interesting, and thanks for the in-depth exploration of how the scheduler works, @alecov. PubSub already has an async lock. If we locked subscribe methods, PubSub would work for people...

@alecov Not sure how I feel about this yet but here's some noodling on allowing `PubSub` to be used from `Task`s more effectively: https://github.com/aio-libs/aioredis-py/pull/1067/files