cascades-fbp / cascades

Language-agnostic Flow-based Programming (FBP) framework in Go
MIT License
62 stars 8 forks source link

Check possible socket name conflicts for runtime.SetupShutdownByDisconnect() #8

Closed oleksandr closed 9 years ago

oleksandr commented 9 years ago

err = runtime.SetupShutdownByDisconnect(context, receiver, "console.in", ch) The "console.in" can lead to conflicts if more than 1 components of the same type is used in the network. Can be a problem with remote runtimes running several networks.