[mythtv-commits] mythtv commit: r23637 by cpinkham
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Mon Mar 1 22:20:56 UTC 2010
Author: cpinkham
Date: 2010-03-01 22:20:56 +0000 (Mon, 01 Mar 2010)
New Revision: 23637
Changeset: http://svn.mythtv.org/trac/changeset/23637
Modified:
trunk/mythplugins/mythweb/classes/MythBackend.php
Log:
Modify MythWeb to use a new value for the ANNounce string
wantsevents of '2' to indicate that MythWeb does not want to
receive system events from the backend. This allows us to
eliminate the 1-second delay that was recently inserted
after MythWeb's connect which was setup to catch the
new "client connected" system event. This does not fix
cases where MythWeb might receive another backend message
while it is connecting, that can only be fixed by a larger
more invasive patch. This only fixes the recent issues
reported after the system events patch whent into trunk.
References #8084 and Fixes #8117.
More information about the mythtv-commits
mailing list