During testing it has become obvious paritytech/jsonrpc[1] is not well suited for async muti threaded code. This issue is around moving the current handler logic and API to actix or strait hyper[2] or other alternative,[3].
[1] paritytech/jsonrpc#485
[2] https://docs.rs/actix-web/latest/actix_web/web/struct.Data.html
[3] https://github.com/paritytech/jsonrpsee/