Beispiel #1
0
 public override Task <Empty> LoadConnectionRange(Range connectionRange, ServerCallContext context)
 {
     Util.Log($"connection ind range for current client: {connectionRange.Begin} {connectionRange.End}");
     _sigWorker.LoadConnectionRange(connectionRange);
     return(Task.FromResult(new Empty()));
 }