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
if (wrapPoint > cachedGatingSequence || cachedGatingSequence > nextValue)
What case will run this code “cachedGatingSequence > current” ? Could Consumer's sequence be more than Producer's sequence ? But this case can be possible ?
The text was updated successfully, but these errors were encountered:
disruptor/src/main/java/com/lmax/disruptor/SingleProducerSequencer.java
Line 102 in 109e288
What case will run this code “cachedGatingSequence > current” ? Could Consumer's sequence be more than Producer's sequence ? But this case can be possible ?
The text was updated successfully, but these errors were encountered: