Acknowledged

sdk 4.1.5 and Communications.makeWebRequest()

I've noticed recently BLE_QUEUE_FUL error - also on sim so it is not connected with GCM.

There is no information in readme but probably the limit of requests was decreased.

There is no word in doc about limits so for me there is no any limits and now something was changed and also without any info.

Maybe context in Communications.makeWebRequest() was fixed after few years?

Parents
  • Not sure where 3 outstanding is documented.  Maybe it was in older doc, but it's been that way for a long time. Just something I've known since the early days. You might get 4 if the 1st completes before the 4th is sent. so could be a timing issue.  The sim will be faster than using a real device/phone,

    The Android vs iOS difference I saw years ago.  Another dev and I were tracking down a bug that (as it turns out) happened after 65535 web requests from a garmin device.  He had iOS and was able to issue multiple requests at the same time.  I had Andriod, and was limited to one at a time.  Needless to say, he was able to get to 65535 much faster than I was.  (we were using the same test app and if I recall, we had a flag work with the two environments)

Comment
  • Not sure where 3 outstanding is documented.  Maybe it was in older doc, but it's been that way for a long time. Just something I've known since the early days. You might get 4 if the 1st completes before the 4th is sent. so could be a timing issue.  The sim will be faster than using a real device/phone,

    The Android vs iOS difference I saw years ago.  Another dev and I were tracking down a bug that (as it turns out) happened after 65535 web requests from a garmin device.  He had iOS and was able to issue multiple requests at the same time.  I had Andriod, and was limited to one at a time.  Needless to say, he was able to get to 65535 much faster than I was.  (we were using the same test app and if I recall, we had a flag work with the two environments)

Children
No Data