Re: [akka-user] Data from tcp to a dynamically balanced stream does not work

2016-09-09 Thread Viktor Klang
Hi Ismail, Please create a minimized, runnable code example, preferably with a test that reproduces the situation. On Fri, Sep 9, 2016 at 11:02 AM, Ismail Kelebek wrote: > I have a problem while forwarding data received from tcp to a stream . It > works with

[akka-user] Data from tcp to a dynamically balanced stream does not work

2016-09-09 Thread Ismail Kelebek
I have a problem while forwarding data received from tcp to a stream . It works with hardcoded version but does not work with dynamic balance graph . If i change the rtcpgraph with rtcpgraphdynamic, data does not flow into stream as if its run method is missing . Data arrives at publisher