You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: