andreaslochbihler-da commented on code in PR #1841:
URL: https://github.com/apache/pekko/pull/1841#discussion_r2081857589


##########
stream/src/main/scala/org/apache/pekko/stream/scaladsl/Hub.scala:
##########
@@ -476,7 +476,8 @@ object BroadcastHub {
 /**
  * INTERNAL API
  */
-private[pekko] class BroadcastHub[T](startAfterNrOfConsumers: Int, bufferSize: 
Int)
+private[pekko] class BroadcastHub[T](startAfterNrOfConsumers: Int, bufferSize: 
Int,
+    registrationPendingCallback: Long => Unit = _ => ())

Review Comment:
   Added both in 
[4596113](https://github.com/apache/pekko/pull/1841/commits/4596113cd124f72f3000bd2bd899605506089bd9)



-- 
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