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
We are using actix-web for RPC, however we have experienced issues with stability and had some version upgrades break our tests. Also the status of actix-web is not well-defined. We should consider other frameworks:
I don't think actix-web is even close to being the main blame for the problem we usually have with RPC. We usually hit internal limitations like slow trie iteration or exhausted actix mailbox much earlier than we hit issues with actix-web.
We are using actix-web for RPC, however we have experienced issues with stability and had some version upgrades break our tests. Also the status of actix-web is not well-defined. We should consider other frameworks:
Depending on the level of abstraction we want to go with.
The text was updated successfully, but these errors were encountered: