Open non-Jedi opened 7 years ago
Gyr should probably be async by default. Not sure how the current blocking implementation would scale when used with a high-traffic homeserver. Look at building on top of aiohttp or sanic.
This isn't blocked, per-se on matrix-org/matrix-python-sdk#127, but it sure would make this easier.
Gyr should probably be async by default. Not sure how the current blocking implementation would scale when used with a high-traffic homeserver. Look at building on top of aiohttp or sanic.