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
it seems like the C implementation of the matrix.wait method immediately returns, resulting in a super tight primary loop. The python matrix.py code does not have this issue.