I’m creating a thread, posting a message, and then starting a run. Sometimes I encounter the exception Thread thread_xxx already has an active run run_yyy. Please note that this is a completely new thread that I just created. I even tried creating the thread and checking the list of runs to see if any run is pending, but the list always comes back empty. Despite this, I still receive the error.
Is anyone else experiencing the same issue?