Actually DivideByZero is correct.
Since the socket processing occurs in the main application thread any events that block will cause the socket to delay until the current event has completed.
Navigating a menu during login is a very good way to see this behavior.
There is no way to over come this problem.
|