Skip to content

Commit b2b64d2

Browse files
committed
1 parent f16858f commit b2b64d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rtmixer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def _enqueue(self, action):
9191

9292
def _drain_result_q(self):
9393
"""Get actions from the result queue and discard them."""
94-
while self._result_q.read(self._temp_action_ptr):
94+
while self._result_q.readinto(self._temp_action_ptr):
9595
try:
9696
self._actions.remove(self._temp_action_ptr[0])
9797
except KeyError:

0 commit comments

Comments
 (0)