mon4ter / sanic-jsonrpc

JSON-RPC 2.0 support for Sanic over HTTP and WebSocket
MIT License
8 stars 3 forks source link

Could you please support Sanic-21.9? #14

Open elisaday opened 2 years ago

mon4ter commented 2 years ago

@elisaday Hi! Python 3.10 and Sanic 21.9 are going to be added in a couple of days. Stay tuned! P.S. Sorry for the late reply, just noticed the issue.

elisaday commented 2 years ago

Thank you ^-^

mon4ter commented 2 years ago

@elisaday Hi! I'm sorry, no Sanic 21.9 support soon. This issue is blocked by pytest-sanic#61 and pytest-sanic#62. Sanic developers set us up not for the first time

mon4ter commented 2 years ago

Another way to resolve this issue is to migrate to sanic-org/sanic-testing, but it has no Sanic 21.9 support either. Blocked by sanic-testing#25

elisaday commented 2 years ago

I’ve tried to upgrade to support sanic-21.9 by myself, but I failed. Due to the websocket-10’s API changed too much, maybe this need more time to finish.