Skip to content

Commit

Permalink
Merge pull request #10 from SungMinCho/master
Browse files Browse the repository at this point in the history
Fix location of `inferenceEngineReadyQueue.put(True)`
  • Loading branch information
alugupta authored Jan 25, 2022
2 parents f07ef3f + 3610012 commit 0309eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inferenceEngine.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ def inferenceEngine(args,

total_time = 0

inferenceEngineReadyQueue.put(True)
while True:
inferenceEngineReadyQueue.put(True)
request = requestQueue.get()

if request is None:
Expand Down

0 comments on commit 0309eb0

Please sign in to comment.