Re: [akka-user] Getting strange error 2.4-Snapshot with stream+http 1.0-M2

2015-01-08 Thread tigerfoot
Yessir. That was the issue. Rebuilt against 2.3.x and its stable. Thanks! On Wednesday, January 7, 2015 2:42:56 AM UTC-6, drewhk wrote: Hi, Streams is compiled against Akka 2.3.x which is not guaranteed to be binary compatible with 2.4. I expect that the above code to work with Akka

Re: [akka-user] Getting strange error 2.4-Snapshot with stream+http 1.0-M2

2015-01-07 Thread Endre Varga
Hi, Streams is compiled against Akka 2.3.x which is not guaranteed to be binary compatible with 2.4. I expect that the above code to work with Akka 2.3.x. (if not, then this is a bug) -Endre On Wed, Jan 7, 2015 at 4:40 AM, tigerfoot gzol...@gmail.com wrote: Hello, I've got this code: def

[akka-user] Getting strange error 2.4-Snapshot with stream+http 1.0-M2

2015-01-06 Thread tigerfoot
Hello, I've got this code: def httpGet( uri:String )(implicit s:ActorSystem) = { implicit val materializer = FlowMaterializer() var r:HttpResponse = null val req = HttpRequest(HttpMethods.GET, Uri(uri)) val host:String = req.uri.authority.host.toString val port:Int = req.uri.effectivePort val