You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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].
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/
The text was updated successfully, but these errors were encountered: