Re: [akka-user] Akka Stream Source as ActorPublisher

2015-07-06 Thread Viktor Klang
Hi Maxim, could you please minimize the problematic code into a self-contained, no extraneous pieces, snippet? On Mon, Jul 6, 2015 at 9:55 PM, Maxim Korolyov wrote: > Hey, i was playing with akka stream and akka http and faced and issue, > when source created as ActorPublisher doesn't publish a

[akka-user] Akka Stream Source as ActorPublisher

2015-07-06 Thread Maxim Korolyov
Hey, i was playing with akka stream and akka http and faced and issue, when source created as ActorPublisher doesn't publish any data to source. i have verified that `onNext` method of ActorPublisher is invoking and that the source is empty by adding a logging flow like this source.via(Flow[Stri