Replication flowing issue when execute through graphs

When I make them flowing I found that it will flow all node that for local controller before flow through event replication.

Is there a way to solve it?

Did you try this?

Conecting D part with part D…

I think the part is executed in the server is like a paralel process… so the flow is going in two different threads.

It may be… it seems that the flow does not wait for the execution on the server to finish.

I can do that.
But what I just want to make things with less complexity not like run on server and go run on owning client and server and client over over again.

I want to know is there a handy way to do it.

The server and the client are two different machines… If the stream doesn’t wait for the server to finish executing the function (as I think it does) then it’s a problem. In that case you should change the logic accordingly with that.

You must also be sure that you are executing that function with authority. Otherwise that function will be ignored

The Node that calls an RPC doesn’t stop the flow like any other executable node that are not latent.

You need to disconnect the RPC output call pin. Then attach your expected D with D directly if that is how you want your flow.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.