Windows phone IBM Worklight-从WindowsPhone调用过程忽略超时参数

Windows phone IBM Worklight-从WindowsPhone调用过程忽略超时参数,windows-phone,ibm-mobilefirst,Windows Phone,Ibm Mobilefirst,我们遇到以下问题: IBM Worklight 6.3.0 Windows Phone 8/8.1 移动应用程序调用WL.Client.invokeProcedure()方法,方法是指定timeout'180000'作为选项: 调用invokeProcess在60秒后失败,移动应用程序报告以下错误: {"status":404, invocationContext:"null","errorCode":"UNEXPECTED_ERROR","errorMsg":"The server was

我们遇到以下问题:

  • IBM Worklight 6.3.0
  • Windows Phone 8/8.1
移动应用程序调用
WL.Client.invokeProcedure()
方法,方法是指定
timeout
'180000'作为选项:

调用
invokeProcess
在60秒后失败,移动应用程序报告以下错误:

{"status":404, invocationContext:"null","errorCode":"UNEXPECTED_ERROR","errorMsg":"The server was unable to process the request from the application. Please try again later."}
相反,在服务器端,适配器继续运行并处理数据而不报告任何错误,它的执行在一段时间后成功完成

您知道我是否遗漏了一些内容,或者是否有针对WindowsPhone客户端的
invokeProcess
提示


非常感谢您提供的任何帮助/建议

我能够重现超时值大于60秒的问题,尽管它在较小超时值(小于60秒)时也能正常工作。请打开IBM的PMR以获取修复

我假设这是一个混合应用程序。请确认。是的,正确,这是一个混合应用程序。非常感谢您的支持!