You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2019/09/27 14:12:25 UTC

[GitHub] [royale-asjs] mrvx23 opened a new pull request #484: fix Channelset login/logout throwing an Error.

mrvx23 opened a new pull request #484: fix Channelset login/logout throwing an Error.
URL: https://github.com/apache/royale-asjs/pull/484
 
 
   Found a bug with RemoteObject login and logout (partly) failing. The issue is revealed when doing a logout and re-login on an already authenticated channel.
   
   Root cause:
   internalSetCredentials is in mx_internal namespace and the name does not correctly get converted in javascript compiled code.
   
   Fix:
   added explicit cast of array element to base class for compiler to pick up correct function naming.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services