diff --git a/fdbrpc/fdbrpc.h b/fdbrpc/fdbrpc.h index fb726309cb..686cc26ea5 100644 --- a/fdbrpc/fdbrpc.h +++ b/fdbrpc/fdbrpc.h @@ -767,7 +767,6 @@ public: FlowTransport::transport().sendUnreliable(SerializeSource(value), getEndpoint(), true); // FIXME: defer sending the message until we know the connection is established endStreamOnDisconnect(disc, p, getEndpoint(), peer); - holdUntilConnected(disc, p); return p; } else { send(value);