I was testing my app using 2006R4, and I found a little bug in
ServerSocket.  This code worked fine in all versions before R4.

I have 2 TCPSockets that are subclassed to MasterSocket and WorkSocket.
MasterSocket is used to make a connection to a server machine, which then
makes connections back to the RB client program on WorkSocket, which is
linked to the ServerSocket.
The ServerSocket.AddSocket code looks like this:

 Dim ws As New WorkSocket
 Return(ws)

Most of the time it works correctly, but when this one particular program on
the server makes it's connection, the MasterSocket.DataAvailable event
fires, instead of the WorkSocket.  I have verified that the connection does
come into the ServerSocket which is passed off to the WorkSocket.  But the
DataAvailable event for the WorkSocket does not fire.

Has anyone else seen this?
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to