Skip to content

Commit

Permalink
Add alternative libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
ebraminio committed Nov 18, 2023
1 parent 1433061 commit 0b13182
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,12 @@ async def main():

loop = asyncio.get_event_loop()
loop.run_until_complete(main())
```
```

Alternative libraries
---------------------
There are different libraries, apparently inspired from this library initially, that right now are
handling session close better using a different API,

* https://github.com/rtfol/aiohttp-sse-client
* https://github.com/JelleZijlstra/aiohttp-sse-client2

0 comments on commit 0b13182

Please sign in to comment.