add idempotent pump after sending lrcm to very make sure that it is pumped

pull/1908/head
Jeff 2 years ago
parent da4a3e517a
commit 926074f7c4
No known key found for this signature in database
GPG Key ID: 025C02EE3A092F2D

@ -319,6 +319,8 @@ namespace llarp
self->hop = nullptr;
};
self->context->ForwardLRCM(self->hop->info.upstream, self->frames, func);
// trigger idempotent pump to ensure that the build messages propagate
self->context->Router()->TriggerPump();
}
// this is called from the logic thread

Loading…
Cancel
Save