Gabriel Casa
Gabriel Casa
anyone please could help?
@kczulko i don't think this have explained nothing at all
@danReynolds i have no idea what your PR fixed, because i still lost my states when dragging. can u provide some code sample? cause here still losing the state, i'm...
this is how my .py server is ```python conn: Connection = await db_connect() interceptors = [AsyncExceptionToStatusInterceptor()] server = grpc.aio.server(futures.ThreadPoolExecutor(max_workers=10), interceptors=interceptors) add_UserServicer_to_server(UserService(conn), server) srv_key = os.getenvb(b'SERVER-KEY') srv_cert = os.getenvb(b'SERVER-CERT') creds =...
i have no idea about proxy, how i said i'm really stupid in this topic, i'm just trying to upload my service in the cloud run, put it in port...
i dont think it's a grpcurl issue either, i'm just trying places to see if someone could help me with this, like here everyone work with gRPC, probably someone have...
i uninstall the Go install, and use only the snapd one, and worked like a charm