Kos
Results
1
issues of
Kos
### What are you trying to achieve? I make a RPC unary call and handle callbacks from it: ``` let call = client.makeUnaryCall(path: method, request: request, responseType: Response.self) call.response.whenSuccess {...
question