< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [reSIProcate-users] multiple login logout problem


More specific details would be nice, however I'll try to assume what
you are trying....

It seems you have likely called setMasterProfile twice on
DialogUsageManager.  This is not allowed.  You normally would have
only one MasterProfile, and then one UserProfile for each specific
registration that you would like.

You need to pass the individual UserProfiles to the makeRegistration
API.  Note:  If you don't pass a UserProfile to makeRegistration it
will fallback to using the user information defined in the
MasterProfile.

Scott

On Thu, Nov 20, 2008 at 8:37 AM, Tanim <tanim@xxxxxxxxxxxxxxxx> wrote:
> Hello,
>
> I am trying to login and logout for several times using the BasicRegister
> test code. I changed this code to use this multiple login process.  but for
> the second login, it produce some error. It stops at
> assert(!mMasterProfile.get()); in the debug mode and then crashes
> afterwards. How to handle this situation?
>
> Thanks in advance. Best regards.
>
> -Tanim
> _______________________________________________
> resiprocate-users mailing list
> resiprocate-users@xxxxxxxxxxxxxxx
> List Archive: http://list.resiprocate.org/archive/resiprocate-users/
>