ustreamer without dict caching

This commit is contained in:
Devaev Maxim
2021-03-14 18:46:53 +03:00
parent 21728bd5fa
commit a4c53f9811
2 changed files with 2 additions and 2 deletions

View File

@@ -266,7 +266,7 @@ class _Client(RfbClient): # pylint: disable=too-many-instance-attributes
))
):
has_h264_key = (frame["format"] == StreamFormats.H264 and frame["key"])
last = dict(frame)
last = frame
if self.__fb_queue.qsize() == 0:
break
continue