how to exit the telnet ?
Posted: 12 Aug 2004 05:37
hi,how are you!
when I develop, I don't exit the telnet. I check the code and find the function template <class Session> void C_ConnectionsHandler<Session>::Stop() in the network.cpp .
There is some message in that function:
m_bContinue = false;
// We should find a way to synchronise ourself with the monitor timeout to
// be completly clean
// Why ? I don't see any possible race condition. Benny
If do I exit the telnet? How can I do if I want to exit the telnet when I auto launch the mpeg file?
Thank you in advance!
Best regards
Look forward to repying to you as soon as possible!
when I develop, I don't exit the telnet. I check the code and find the function template <class Session> void C_ConnectionsHandler<Session>::Stop() in the network.cpp .
There is some message in that function:
m_bContinue = false;
// We should find a way to synchronise ourself with the monitor timeout to
// be completly clean
// Why ? I don't see any possible race condition. Benny
If do I exit the telnet? How can I do if I want to exit the telnet when I auto launch the mpeg file?
Thank you in advance!
Best regards
Look forward to repying to you as soon as possible!