Server doesn't notice when client closes socket (.NET CF & GPRS)

Posted by HansA on Stack Overflow See other posts from Stack Overflow or by HansA
Published on 2010-04-07T02:04:42Z Indexed on 2010/04/07 2:13 UTC
Read the original article Hit count: 424

Filed under:
|
|
|

Client written in .NET Compact Framework running over GPRS connection. Client connects a socket to the server. The server accepts the connection. Client sends 62 bytes of data and then closes the socket. Server never detects that the client has closed the socket and is therefore not able to know that the transfer has completed.

This code works fine when run over a wireless connection.

Any ideas?

© Stack Overflow or respective owner

Related posts about .netcf

Related posts about sockets