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
With gRPC you can add multiple servicers to the gRPC server. With the python connectrpc implementation, it seems like there is a 1-to-1 mapping of service-to-asgi app. How do we run multiple services in the same asgi server?