I've been looking at XECS-1599 which states that the SipClient and OsSocket::isReadyToRead() are incorrectly using poll() when reading in data from a socket.
After examining the code for these two areas, I cannot figure out why this would still be the case after the fix for "XECS-1583 - Imdb Table Replication sometimes times out with large table". With the fix (which is used by SipClient), we're now properly emptying the socket buffer after each poll() so any call to poll will correctly identify new data which we haven't yet read. Does anyone know if XECS-1599 is still a valid issue or can I close it off. Thanks Raymond
_______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
