You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initially used the methods from asgiref to cut down on the duplication needed to maintain sync and async flavors of the code, but I have run into issues in implementing and testing #90 that I'm starting to think it would just be simpler to have the code duplicated instead of relying on async_to_sync. On top of that, the sync version then wouldn't have the overhead of dealing with event loops and coroutines when they aren't used at all. (I'm sure the perf overhead is negligible, but still...)