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); }
public override void Receive(TcpCollector gatherer, RCSymbolScalar id) { _inbox.Remove(id, gatherer); }