A demo subclass of SanicJsonrpc from sanic-jsonrpc to enable jsonrpc clients the ability the cancel its own long-running-task requests on sanic server, similar to the grpc cancellation.

server_test.py requires python3.8+