On Wednesday 06 April 2005 03:10 pm, Jason Gillis wrote: > > Try upgrading to current CVS and add a call to > > ProcessRequest(masterServerSock) at the end of the reconnectTimeout() > > function. > > The addition of the ProcessRequest() call seems to have fixed it. Adding > that as the last line in reconnectTimeout() has made it so that I can't > reproduce the problem anymore. I had already pulled CVS about an hour ago, > and that hadn't helped this specific problem. > > I was just about there on my own, as I was almost convinced that the OK > response and QUERY_FREESPACE request were coming in almost together. My > thinking was that the readyRead() signal wasn't firing because the data > arrived long before the connect() call was made.
Exactly what I was thinking. =) I'll check it in to CVS shortly. Isaac _______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
