sanic_sse icon indicating copy to clipboard operation
sanic_sse copied to clipboard

AttributeError: Setting variables on Sanic instances is not allowed on Sanic newer versions

Open du2x opened this issue 2 years ago • 0 comments

There a set to app.sse_send on sanic_sse/sse.py line 190, which is forbiden on current sanic version 21.12.1. You should change your Sanic instance to use instance.ctx.sse_send instead.

du2x avatar Mar 12 '22 13:03 du2x