X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Ftesting%2FTestManager.cpp;h=c01b89edf831219c5b4c087873e8692bc67a017b;hb=c7742e2134826a05ee9c6bf89eebaa726dae0d1b;hp=ea340b9be60a02bea193aa04782dece5fa4c9da9;hpb=f9534159f3b43cbf74eccf88723ee740c69eb204;p=anna.git diff --git a/example/diameter/launcher/testing/TestManager.cpp b/example/diameter/launcher/testing/TestManager.cpp index ea340b9..c01b89e 100644 --- a/example/diameter/launcher/testing/TestManager.cpp +++ b/example/diameter/launcher/testing/TestManager.cpp @@ -342,6 +342,7 @@ void TestManager::receiveMessage(const anna::DataBlock &message, const anna::dia } else { tsw->setClientSession(const_cast(clientSession)); + tc->process(); } } @@ -376,6 +377,7 @@ void TestManager::receiveMessage(const anna::DataBlock &message, const anna::dia } else { tsw->setServerSession(const_cast(serverSession)); + tc->process(); } }