[mythtv-commits] mythtv commit: r26433 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Tue Sep 21 14:41:19 UTC 2010


      Author: cpinkham
        Date: 2010-09-21 14:41:19 +0000 (Tue, 21 Sep 2010)
New Revision: 26433
   Changeset: http://svn.mythtv.org/trac/changeset/26433

Log:

If we lose the backend command socket, such as when we are suspended for
a long period of time, also close the event socket before reconnecting to
the master backend.  Since we don't ever send to the event socket, we
weren't detecting it as closed.  We should be able to detect this and
handle it in a better manner and only reconnect the event socket when
needed, but this option is safer closer to a release.

Fixes #7847.



Modified:

   trunk/mythtv/libs/libmythdb/mythcorecontext.cpp




More information about the mythtv-commits mailing list