eventserver broken in SSE mode
Closed this issue · 0 comments
andreasots commented
From aiohttp
's changelog:
StreamResponse.drain()
is not a part of public API anymore, just useawait StreamResponse.write()
.StreamResponse.write
is converted to async function. (2483)