Hi Sanjeev, Please share your patch which you've used to hack around this problem. I believe that you're making all the changes in hibRTMP... Laszlo file only, which is ok. I don't think you would need to change anything at server level for the same (highly discouraged).
On Tue, Nov 26, 2013 at 10:37 AM, sanjeev kumar <[email protected]>wrote: > Sir > > I think i am able to reconnect into same scope when any problem is > > coming, and every thing A/V whiteboard working fine , but the problem is > > > > when it is reconnecting, server maintains previous user session, > > also means user is there in clientList hashmap with previous streamid. > > > > and while reconnecting the user with same publicSID but different > > streamid will be added . > > > > After few minute roomLeave() (from ScopeApplicationAdapter.java) > > method is invoking roomDisconnect . and this method again removing > the > > user from the client with publicSID, so the new entry is also gone. > > > > If I am not mistaken roomLeave() method is callback method of server but > i > > am unable to know that at which condition it is being called. > > so that i can resolve the issue........... > > > > > > Thanks & Regards > > Sanjeev Kumar > > India > > > > > > > > On Mon, Nov 25, 2013 at 12:51 PM, Maxim Solodovnik <[email protected] > >wrote: > > > >> If I'm not mistaken, Sebastian told it is impossible to reconnect user > to > >> the same scope ... > >> > >> > >> On Mon, Nov 25, 2013 at 1:58 PM, sanjeev kumar <[email protected] > >wrote: > >> > >>> Dear Sir > >>> I want add functionality to reconnect user in the same scope while > >>> his NetConnection lost due to NetConnection.connect.NetworkChange or > Closed. > >>> when any event generates other than Success it is going to onerror > >>> (in hibRtmpConnection.lzx ) handler there it is disconnecting from the > >>> current scope and connecting to default scope. > >>> so how i can reconnect to same scope again..... > >>> what i am doing , from onerror handler it self i am calling > >>> this.connect() but in the userlist multiple entries are coming for same > >>> user , so i want to know correct way of reconnecting in to same scope > >>> automatically. > >>> > >>> please help me..... > >>> > >>> Thanks & Regards > >>> Sanjeev Kumar > >>> > >> > >> > >> > >> -- > >> WBR > >> Maxim aka solomax > >> > > > > >
