Winsock Application Hangs Using TCP/IP-32Last reviewed: September 9, 1996Article ID: Q135453 |
The information in this article applies to:
SYMPTOMSIf a Winsock application creates a window (hidden or not) to process connection messages from a non-blocking socket, the application may stop responding (hang) on the second connection attempt.
CAUSEIf a Winsock application creates a window to processes Winsock messages for the connection, and the application deletes the window before the socket is closed, the application may appear to hang if it attempts to establish a new connection. Because the socket was not closed before the window was deleted, additional Winsock messages may be generated. Because the window that these Winsock messages are destined for no longer exists, the messages are undeliverable. These undelivered messages cause the application to hang.
RESOLUTIONEnsure the application closes the socket before it deletes the hidden window.
|
KBCategory: kbnetwork
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |