fix: avoid double buffering when using asyncio reader without negotiate_unix_fd (#213)

This commit is contained in:
J. Nick Koston
2023-07-27 22:46:29 -05:00
committed by GitHub
parent e669a13de2
commit c933be7095
13 changed files with 127 additions and 52 deletions

View File

@@ -16,7 +16,6 @@ unmarshaller = Unmarshaller(stream)
def unmarhsall_bluez_get_managed_objects_message():
stream.seek(0)
unmarshaller.reset()
unmarshaller.unmarshall()