What is the correct form for removing from composite?
I have host1 and host2 connected to composite.
host1 at the left, host2 at the right.
Also I have 10 viewers.
If host2 leaves the composite with first
hubport.disconnect()
hubport.release()
Composite goes to host1.
If then I re join the host2 to the composite, works flawlessly...
BUT... if host1 LEAVES, then host2 freeze and all clients freeze to the image of host2, very seldom, composite recovers.
If I rejoin the host1 with a new hubport, most of the time host2 became at the left an host1 at the right, as expected...
So what would be the correct way or method to force composite to "recovers"? or to a host to leave a composite?
TIA.