Closed
Description
io.reactivex.internal.queue.SpscLinkedArrayQueue#poll returns null
io.reactivex.internal.fuseable.SimpleQueue#poll is not documented or annotated. Therefore I do not know whether returning null is allowed. But I strongly suspect this is not the case.
If SimpleQueue#poll might return null, at least io.reactivex.internal.operators.flowable.FlowableGroupJoin.GroupJoinSubscription#drain needs to be fixed.