sanic_sse icon indicating copy to clipboard operation
sanic_sse copied to clipboard

Sanic Server-Sent Events extension

Results 2 sanic_sse issues
Sort by recently updated
recently updated
newest added

Made some changes to make Sanic SSE work on Sanic newer versions.

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.