Hello techs,

I have problem in one of my test project... i am developing a client server project in C# using telnet server.

In some parts of code ... the lines are working twice ....

suppose :
string sRecieved = Encoding.ASCII.GetString( m_byBuff, 0, nBytesRec );

using F11 to debug the issue ... the above line will get the execution control and after execution, normally it need to go to next line for execution, but here by pressing F11, the same line will get the control and executes once more ... ????

I am not using any thread or timers .... I am using sockets for doing this ...

if any clarifications needed, please ask ...

thankzzzz