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
The problem is that we are not supposed to provide the speech list as an observe argument here, as it is internally transformed to an observe object anyway:
When defining
If we now execute the following two statements, they return immediatly:
But when using the observe object as part of the transform definition, the print statement uses 100% CPU and never returns:
The text was updated successfully, but these errors were encountered: