Hi,
I have a networking application that uses distributed objects (DO) for communication between the server and client. The server pings the client every once in a while to make sure that it is still there. I am running into a problem where if the client has a modal sheet down and the ping occurs, the client does not respond and the server ends up thinking the client is no longer there.
So my question is: do you think I should have my connections happen in a different thread, or before the client beings a modal sheet should it tell the server that it is in a modal state. Or, is there a better alternative all together?
Feedback appreciated.
~Ian