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
System.InvalidOperationException occurred
_HResult=-2146233079
_message=Collection was modified; enumeration operation may not execute.
HResult=-2146233079
IsTransient=false
Message=Collection was modified; enumeration operation may not execute.
Source=System.Core
StackTrace:
at System.Collections.Generic.HashSet`1.Enumerator.MoveNext()
InnerException:
Looks like loop modifies _state.GetWatchedBy()'s underlying collection while it iterates.
The text was updated successfully, but these errors were encountered:
Had the following exception occur here: https://github.com/akkadotnet/akka.net/blob/dev/src/core/Akka/Actor/ActorCell.DeathWatch.cs#L213
Exception:
System.InvalidOperationException occurred
_HResult=-2146233079
_message=Collection was modified; enumeration operation may not execute.
HResult=-2146233079
IsTransient=false
Message=Collection was modified; enumeration operation may not execute.
Source=System.Core
StackTrace:
at System.Collections.Generic.HashSet`1.Enumerator.MoveNext()
InnerException:
Looks like loop modifies
_state.GetWatchedBy()
's underlying collection while it iterates.The text was updated successfully, but these errors were encountered: