我正在使用 grpc 与服务器通信。我使用创建连接
let channel = ClientConnection
.secure (group: MultiThreadedEventLoopGroup (numberOfThreads: 10))
.connect (host: "testHost.com", port: 443)
但是在新版本中,连接被移到了https://testHost.com/api,<strong>如何添加 path = api 来连接服务器?