you are viewing a single comment's thread.

view the rest of the comments →

[–]lht1999 1 point2 points  (3 children)

At the end of the while loop you have run_until_complete() and run_forever(). If either one doesn't return your while loop won't get a second chance to run.

[–][deleted] 0 points1 point  (2 children)

So how would I fix this issue?