예제 #1
0
 public override void FindMatches(IRpcController controller, FindMatchesRequest request, Action <FindMatchesResponse> done)
 {
     ProtoOutputBuffer.Write(request.GetType(), request.ToString());
 }
예제 #2
0
 public override void FindMatches(IRpcController controller, FindMatchesRequest request, Action<FindMatchesResponse> done)
 {
     ProtoOutputBuffer.Write(request.GetType(), request.ToString());
 }