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
Assuming Routee[] routees has 1 or more elements in the array, when Interlocked.Increment(ref _next) rolls over to a negative number, an IndexOutOfRangeException will be thrown.
The following is a simplistic example that demonstrates what is happening:
The text was updated successfully, but these errors were encountered:
jordansjones
changed the title
IndexOutOfRangeException with RoundRobinRoutingLogic.
IndexOutOfRangeException with RoundRobinRoutingLogic
Apr 26, 2015
jordansjones
changed the title
IndexOutOfRangeException with RoundRobinRoutingLogic
IndexOutOfRangeException with RoundRobinRoutingLogic & SmallestMailboxRoutingLogic
Apr 27, 2015
Assuming
Routee[] routees
has 1 or more elements in the array, whenInterlocked.Increment(ref _next)
rolls over to a negative number, anIndexOutOfRangeException
will be thrown.The following is a simplistic example that demonstrates what is happening:
The following is a simplistic program that demonstrates the above while using Akka.
The text was updated successfully, but these errors were encountered: