Example #1
0
 public override void Receive(TcpCollector gatherer, RCSymbolScalar id)
 {
     // It's not honoring the id here.
     // We should make sure to return the response to the appropriate
     // request, not rely on the order.
     // _inbox.Remove(runner, closure);
     _inbox.Remove(id, gatherer);
 }
Example #2
0
 public override void Receive(TcpCollector gatherer, RCSymbolScalar id)
 {
     _inbox.Remove(id, gatherer);
 }