aio-libs / aiohttp-sse

Server-sent events support for aiohttp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aiohttp 2.0 compatibility

jettify opened this issue · comments

We need to fix compatibility with new aiohttp, library has request/response refactored and using nodejs parser

👍 let's start by running the tests against it.

In aiohttp-cors we have specific configuration that runs on master branch of aiohttp:
https://github.com/aio-libs/aiohttp-cors/blob/master/.travis.yml#L39

Perhaphs we should add tox environment in aiohttp-sse for that too?