M
Mike
I've seen a bit of traffic in this group about similar problems but am
not quite sure if this is the same. I have an app that needs to read
asynchronous data over a socket forever, handling it as it comes in.
The app needs to continue to perform other tasks based on user input.
So, I create a socket, connect it to my serving app (running on the
same device) and call BeginRecieve. All is working as expected except
that when I call Application.Exit(), the application does not exit.
I've tried calling Shutdown() on the socket, but this did not help.
Thanks,
Mike
not quite sure if this is the same. I have an app that needs to read
asynchronous data over a socket forever, handling it as it comes in.
The app needs to continue to perform other tasks based on user input.
So, I create a socket, connect it to my serving app (running on the
same device) and call BeginRecieve. All is working as expected except
that when I call Application.Exit(), the application does not exit.
I've tried calling Shutdown() on the socket, but this did not help.
Thanks,
Mike