sst-core
sst-core copied to clipboard
Link::sendUntimedData() confusingly inserts in send_queue before data record is complete
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.