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 above code will print the following exception:
R3 UnhandleException: System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
at System.Collections.Generic.Queue`1.Enumerator.MoveNext()
at R3.TakeLast`1._TakeLast.OnCompletedCore(Result result)
at R3.Observer`1.OnCompleted(Result result)
Also, keep run the programme several times, it probably print '0 1 2 3 4', but sometimes print '0 1 2 3', is this expected?
The text was updated successfully, but these errors were encountered:
the above code will print the following exception:
Also, keep run the programme several times, it probably print '0 1 2 3 4', but sometimes print '0 1 2 3', is this expected?
The text was updated successfully, but these errors were encountered: