!str #16066 rename connect to via/to
* add missing implicit conversions for ~> * tests for all combinations when using ~>
This commit is contained in:
parent
81bc5c76bc
commit
412003c11e
52 changed files with 308 additions and 240 deletions
|
|
@ -76,7 +76,7 @@ class HttpServerExampleSpec
|
|||
case Http.IncomingConnection(remoteAddress, requestProducer, responseConsumer) ⇒
|
||||
println("Accepted new connection from " + remoteAddress)
|
||||
|
||||
Source(requestProducer).map(requestHandler).connect(Sink(responseConsumer)).run()
|
||||
Source(requestProducer).map(requestHandler).to(Sink(responseConsumer)).run()
|
||||
})
|
||||
}
|
||||
//#full-server-example
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue