Last active
January 18, 2021 20:25
-
-
Save lbatteau/5a6911fa40211f9982946d5a2cf0fa09 to your computer and use it in GitHub Desktop.
stream
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@app.get("/sse/stream") | |
async def stream(): | |
return EventSourceResponse(subscribe) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment