I'm running General in examples/inet/tcpapp/omnetpp.ini and I'm running into a bug.
I changed the application type on the server side to TcpEchoApp and added the echoDelay parameter to it. The ini is as followed.
I looked at the source code and when echoDelay is set, it uses the schedulerAfter function and then reports an error in the csimplemodule.cc file because msg->getOwner()! =this
But I still don't understand the reason. How can I fix this bug?
I'm running General in examples/inet/tcpapp/omnetpp.ini and I'm running into a bug. I changed the application type on the server side to TcpEchoApp and added the echoDelay parameter to it. The ini is as followed.
Then the following error is reported in the run.
I looked at the source code and when echoDelay is set, it uses the schedulerAfter function and then reports an error in the csimplemodule.cc file because
msg->getOwner()! =this
But I still don't understand the reason. How can I fix this bug?