fix: avoid double buffering when using asyncio reader without negotiate_unix_fd (#213)
This commit is contained in:
@@ -16,7 +16,6 @@ unmarshaller = Unmarshaller(stream)
|
||||
|
||||
def unmarhsall_bluez_get_managed_objects_message():
|
||||
stream.seek(0)
|
||||
unmarshaller.reset()
|
||||
unmarshaller.unmarshall()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user