He-Pin commented on code in PR #3288:
URL: https://github.com/apache/pekko/pull/3288#discussion_r3523766089


##########
stream/src/main/scala/org/apache/pekko/stream/impl/fusing/ActorGraphInterpreter.scala:
##########
@@ -136,7 +154,8 @@ import org.reactivestreams.Subscription
       publisher: Publisher[Any],
       val internalPortName: String)
       extends UpstreamBoundaryStageLogic[Any]
-      with OutHandler {
+      with OutHandler
+      with BoundarySubscriber {

Review Comment:
   saved an allocation



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to