use vector for choose direction

This commit is contained in:
2023-12-28 14:57:13 +01:00
parent 17ba18a200
commit 633592a4ea
7 changed files with 162 additions and 30 deletions

View File

@@ -17,7 +17,7 @@ Stomp::Stomp() {
case STOMPFrame::MESSAGE:
notifyReceiveIndication(1, frame.headers().value("destination"), frame.body());
qDebug() << "Message" << Qt::endl;
//qDebug() << "Message" << Qt::endl;
break;
case STOMPFrame::RECEIPT: