Skip to content

Commit

Permalink
Fix: [Server][VideoEncodingTask] デッドロックが発生しエンコーダーが途中でフリーズする不具合を修正
Browse files Browse the repository at this point in the history
エンコーダーの出力を読み取ってないのに入力ばかり追加していたのが原因だった… 原因特定までに相当時間を費やしてしまった
  • Loading branch information
tsukumijima committed Nov 22, 2023
1 parent 540877c commit ae8a15e
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 133 deletions.
3 changes: 0 additions & 3 deletions server/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
from app.utils.EDCB import EDCBTuner


# このアプリケーションの実行中のイベントループ
loop = asyncio.get_running_loop()

# もし Config() の実行時に AssertionError が発生した場合は、LoadConfig() を実行してサーバー設定データをロードする
## 自動リロードモードでは app.py がサーバープロセスのエントリーポイントになるため、
## サーバープロセス上にサーバー設定データがロードされていない状態になる
Expand Down
Loading

0 comments on commit ae8a15e

Please sign in to comment.