我收到错误“[RPC Fault faultString="Error #1502: A script has executed for longer than the default timeout period of 15 seconds.” faultCode="EncodingError" faultDetail="null"]:” 通过 Web 服务上传字节数组时。
现在……这仅在字节数组大小高于 50 mb 时才会发生……大约。
这是给出错误的代码行,其中 pFileData 是我要发送的 byteArray。
pFileData.position = 0;
pFileData.compress();
var call:AsyncToken = service.UploadAttachmentBytes(pFileData);
谢谢。
脚本的 TimeLimit 默认为 60 秒。