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
68
68
// removed
69
69
returnchannelInCache != null
70
-
&& 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