refactor party tonight

This commit is contained in:
Moishe Lettvin
2024-01-17 18:42:08 -05:00
parent a3ac0d84e8
commit 13f2f792af
10 changed files with 187 additions and 118 deletions

View File

@@ -206,6 +206,9 @@ class DailyTransportService(EventHandler):
if frame.frame_type == FrameType.END_STREAM:
break
def wait_for_send_queue_to_empty(self):
self.threadsafe_send_queue.join()
async def run(self) -> None:
self.configure_daily()