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
// We need to compare the channel sequencer in case the old channel was already been
66
66
// removed
67
67
returnchannelInCache != null
68
-
&& channelInCache.getChannelSequencer() == channel.getChannelSequencer()// TODO: 4/11/22 this is wrong because the long is boxed so == checks refs and not the value
0 commit comments