mrphlip/lrrbot

eventserver broken in SSE mode

Closed this issue · 0 comments

From aiohttp's changelog:

StreamResponse.drain() is not a part of public API anymore, just use await StreamResponse.write(). StreamResponse.write is converted to async function. (2483)