std::cout<<__FILE__<<":"<<__LINE__<<" error you can queue at most "<<NQUEUE<<" asychronous communication functions "<<std::endl;
...
...
@@ -1285,7 +1289,6 @@ public:
NBX_active[NBX_prc_qcnt]=NBX_Type::NBX_KNOWN_PRC;
if(NBX_prc_qcnt==0)
{NBX_prc_cnt_base=NBX_cnt;}
NBX_prc_qcnt++;
}
/*! \brief Send and receive multiple messages
...
...
@@ -1339,6 +1342,7 @@ public:
#endif
NBX_prc_qcnt++;
if(NBX_prc_qcnt!=0)
{
std::cout<<__FILE__<<":"<<__LINE__<<" error there are some asynchronous call running you have to complete them before go back to synchronous"<<std::endl;