PR #807 introduced RequestOperator, whose callbacks hookOnFirstRequest(), hookOnRemainingRequests() are not signalling events in serial way. streamId plain reference is unsafely accessed from within above, and also within termination callbacks hookOnTerminal() - called on onComplete & onError signals - that are allowed to race with upstream signals by the RS.
PR #807 introduced RequestOperator, whose callbacks
hookOnFirstRequest(),hookOnRemainingRequests()are not signalling events in serial way.streamIdplain reference is unsafely accessed from within above, and also within termination callbackshookOnTerminal()- called on onComplete & onError signals - that are allowed to race with upstream signals by the RS.