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
refactor(rpc): remove HTTP server start/stop methods from RpcActor
- Deleted the start_server and stop_server methods to streamline the RpcActor implementation.
- This change simplifies the actor's responsibilities and focuses on handling HTTP requests directly.
0 commit comments