@ -69,7 +69,11 @@ class BLPHub():
self.__lastFrameTimeout = (
currentTime + self.__streams[stream]['timeout']
)
self.__output.sendFrame(frame)
try:
except Exception as e:
# TODO better error handling
print('could not send frame: %s' % (repr(e)))
return True
return False