remove old actor

This commit is contained in:
Josh Slocum 2022-02-04 17:24:21 -06:00
parent 41a274ed9c
commit c695958823
1 changed files with 0 additions and 1 deletions

View File

@ -767,7 +767,6 @@ public:
FlowTransport::transport().sendUnreliable(SerializeSource<T>(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);