Closed GoogleCodeExporter closed 9 years ago
That bit of code ensures that an IoSession marked with a particular client
connection does not get mixed up with another IoSession that doesn't relate. I
think the confusion here is that the server is trying to notify user1 that
user2's stream has closed.
Original comment by mondain
on 26 Feb 2014 at 12:26
Yes indeed.
But after notifying user1 that user2's stream has closed, when red5 reaches
streamBroadcastClose(IBroadcastStream stream) the function
Red5.getConnectionLocal() should return the connection from user2 (i.e. the
connection from the stream that closes)?
Now it returns the wrong connection from user1.
Original comment by petervan...@gmail.com
on 26 Feb 2014 at 9:54
Would you mind testing this with a newer build? Specifically 1.0.2-M3 or newer.
Original comment by mondain
on 4 Apr 2014 at 4:48
Hi Mondain,
we tested with latest code from github and it is fixed
thank you!
Original comment by petervan...@gmail.com
on 7 Apr 2014 at 10:07
Original comment by mondain
on 7 Apr 2014 at 1:36
Original issue reported on code.google.com by
petervan...@gmail.com
on 11 Feb 2014 at 3:54