sst-core icon indicating copy to clipboard operation
sst-core copied to clipboard

Link::sendUntimedData() confusingly inserts in send_queue before data record is complete

Open pdbj opened this issue 2 years ago • 1 comments

Link::sendUntimedData() populates Event * data, then adds the event to the send_queue.

When event tracking is enabled the send and recev components are added to the Event after it is added to the queue. This might not be a bug but it's certainly confusing.

Patch Include send/recv component info when queuing event

pdbj avatar Apr 25 '22 22:04 pdbj