Best practices question: multiple or single NetConnection object per application
If I'm streaming live video and chatting in an FMS app, should each component have its own instance of NetConnection or should they share one?
Was thinking perhaps the quality of the live video stream would be hurt in a sharing situation but am not sure the architecture works like that.
From a development standpoint, I'd like to make one NetConnection instance in my main application file and connect with it. Then, when successfully connected, I'd like to pass that connection into any custom components that need it. Not sure, though, what the best practice is in this regard.
