mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
manage_stream_errors will only delete the stream objects
This commit is contained in:
parent
e1d14b8c27
commit
e1b8d49af5
@ -1259,10 +1259,10 @@ class Controller(object):
|
|||||||
s.reconnection_function_active = False
|
s.reconnection_function_active = False
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
log.error("Error deleting some thing")
|
log.error("Error deleting some thing")
|
||||||
for i in self.buffers:
|
# for i in self.buffers:
|
||||||
if i.invisible == True and i.session.session_id == s.session_id and i.type != "people":
|
# if i.invisible == True and i.session.session_id == s.session_id and i.type != "people":
|
||||||
i.start_stream()
|
# i.start_stream()
|
||||||
s.listen_stream_error()
|
# s.listen_stream_error()
|
||||||
|
|
||||||
def check_connection(self):
|
def check_connection(self):
|
||||||
for i in session_.sessions:
|
for i in session_.sessions:
|
||||||
|
Loading…
Reference in New Issue
Block a user