You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We probably do not want to use try in the worker thread. If something goes wrong here it is very bad and the whole program should just crash I think. The try is around wait as well which makes little sense, the wait will never throw an exception.
The text was updated successfully, but these errors were encountered:
We probably do not want to use
try
in the worker thread. If something goes wrong here it is very bad and the whole program should just crash I think. Thetry
is aroundwait
as well which makes little sense, thewait
will never throw an exception.The text was updated successfully, but these errors were encountered: