Re: Socket disconnections after a few minutes problem
From: Paul G. Tobey [eMVP] (ptobey)
Date: 08/04/04
- Next message: Ali: "RE: Problems developing an application to PocketPC"
- Previous message: Paul G. Tobey [eMVP]: "Re: Capture Doubleclick in DataGrid(.Net CF)"
- In reply to: Benny Blanco via .NET 247: "Socket disconnections after a few minutes problem"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 4 Aug 2004 08:25:50 -0700
Post a simple example that actually does duplicate the problem and I'll try
it on another device...
Paul T.
"Benny Blanco via .NET 247" <anonymous@dotnet247.com> wrote in message
news:ON62RrheEHA.3348@TK2MSFTNGP09.phx.gbl...
hello,
I've been working on a project which was ment to be from the beginning, a
Desktop AND a Pocket Pc application. I'm using sockets to connect a client
and a server both residing on the same machine (either a desktop, or a
pocket pc).
the code is almost identicle, excet for some minor changes due to CF
limitations.
my server sends an "I'm Alive" message every X seconds to the client once
connected. After Y seconds while not getting any messages, the client will
know the server had disconnected.
My problem is, that this code works prefectly fine on the Desktop for as
long as i need it to, BUT on the Pocket Pc, the client stops getting these
messages after a few minutes since connected (3 to 10 minutes usually), then
thinks the server had disconnected.
I have absolutly no idea why it happens. Is there any KNOWN bug in Pocket PC
sockets, or anything else might have went wrong ?
I might not be able to post the code (my work place limitations), but
looking for someone who experienced this behaviour also.
thanks.
--------------------------------
From: Benny Blanco
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
<Id>4WiYzOmOWkq94DrEgdQlog==</Id>
- Next message: Ali: "RE: Problems developing an application to PocketPC"
- Previous message: Paul G. Tobey [eMVP]: "Re: Capture Doubleclick in DataGrid(.Net CF)"
- In reply to: Benny Blanco via .NET 247: "Socket disconnections after a few minutes problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|