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 2022/01/26 13:47:02 UTC

[GitHub] [royale-asjs] cristallium opened a new issue #1174: RemoteObject : Channel.Ping.Failed when switch from sdk 0.9.8 to 0.9.9#4049

cristallium opened a new issue #1174:
URL: https://github.com/apache/royale-asjs/issues/1174


   Hi,
   
   I had a little application wich use sdk 0.9.8 and work well.
   
   I download last build 0.9.9 (#4049), do a project clean, and when launch the app, I have this error :
   
   mx.rpc.events.FaultEvent {type: 'fault', target: undefined, currentTarget: undefined, propagationStopped_: false, defaultPrevented: false, …}
   
   _faultCode:'Client.Error.MessageSend'
   _faultDetail:'Channel.Ping.Failed error undefined url: 'http://test.mysite.com/amfphp/gateway.php''
   _faultString:'Send failed'
   
   I don't understand where is the issue. Does I need to update something or is it a bug from sdk ?
   
   Regard
   
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@royale.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [royale-asjs] cristallium commented on issue #1174: RemoteObject : Channel.Ping.Failed when switch from sdk 0.9.8 to 0.9.9#4049

Posted by GitBox <gi...@apache.org>.
cristallium commented on issue #1174:
URL: https://github.com/apache/royale-asjs/issues/1174#issuecomment-1082992516


   Adding this in main app solve the issue :
   
   ```
   <j:beads> 
      <js:AMF0SupportBead/> 
   </j:beads> 
   ```


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@royale.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [royale-asjs] cristallium closed issue #1174: RemoteObject : Channel.Ping.Failed when switch from sdk 0.9.8 to 0.9.9#4049

Posted by GitBox <gi...@apache.org>.
cristallium closed issue #1174:
URL: https://github.com/apache/royale-asjs/issues/1174


   


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@royale.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org