Allow taking a stream snapshot of a stream that uses TLS (#29047)
This commit is contained in:
parent
01b24fb4f5
commit
9a1d5191b9
5 changed files with 29 additions and 11 deletions
|
|
@ -967,7 +967,7 @@ private final case class SavedIslandData(
|
|||
|
||||
val props =
|
||||
TLSActor.props(maxInputBuffer, tls.createSSLEngine, tls.verifySession, tls.closing).withDispatcher(dispatcher)
|
||||
tlsActor = materializer.actorOf(props, islandName)
|
||||
tlsActor = materializer.actorOf(props, "TLS-for-" + islandName)
|
||||
def factory(id: Int) = new ActorPublisher[Any](tlsActor) {
|
||||
override val wakeUpMsg = FanOut.SubstreamSubscribePending(id)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue