-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for FastAPI (Starlette) #115
Comments
I'm also looking into adding async support but for aiohttp server instead of Starlette. @dmitry-viskov You noted that the current implementation contains "non-async cache usage":
Could you clarify what you meant by non-async cache usage? I took a quick look at the pylti1.3 code and could not find any cache usage that would be incompatible with async. |
hi @FeldrinH.
|
Thank you for the response! I'm not sure I understand why using an async web framework/asyncio for LTI would be a bad idea, but since this library won't be getting new features in the foreseeable future, there probably isn't too much value in debating the merits of async here. |
As discussed in this PR #47
await
call with getting POST data before sending it to function (non-async way)If someone is interested in this too, this .tgz gives high-level idea on how this can be achieved
lti_advantage.tar.gz
The text was updated successfully, but these errors were encountered: