Closed chriso closed 7 months ago
This fixes a bug where synchronous functions are registered with an incorrect function name ({func.__qualname__}_async).
{func.__qualname__}_async
This fixes a bug where synchronous functions are registered with an incorrect function name (
{func.__qualname__}_async
).