-
1. Re: Duplicate userID in P2P movie
James Newton, ACP Jan 12, 2011 8:15 PM (in response to Mister MUX)I am guessing that you are running your duplicate userID tests from one computer. The Multiuser Server detects a second call with the same userID from the same IP address. It assumes that the first connection somehow got dropped at the client's end, and that the same client is attempting to reconnect. The logical behavior, in this case, is to let go of an apparently dead connection and to accept the new one.
If you run the same test from two different computers with two different IP addresses, you should see a different behavior. In this case, the Multiuser Server will see the same userID being submitted from two different locations. The second user should not be allowed to usurp the connection of the first user. The Multiuser Server will reject the request from the second IP address.
Does this description correspond with your own experience? Is this the way you expect the Multiuser Server to behave?
-
2. Re: Duplicate userID in P2P movie
Mister MUX Jan 12, 2011 8:40 PM (in response to James Newton, ACP)You are correct. I am testing all of this from the same computer, so your explanation makes sense. In that case there is no need to include the code I was attempting to add. I was basically trying to code my program to work as you described. I did not realize it was behaving that way because the two peers were coming from the same IP.
Thanks openspark.


