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
  • And of course i have to rewrite code and of course new code will consume more memory so limitation will increase.

    And the same with checking every value from API - is null?

    Recently I've noticed  that on f5 profile.sleeptime is null - according to the doc, can be null? yes so there is.

    But it's impossible to put empty value in gcm - so why this value can be null? And answer for future question - if you make new property in type system you have to add default value for all previous data instead of  adding can be null in doc.

Comment
  • And of course i have to rewrite code and of course new code will consume more memory so limitation will increase.

    And the same with checking every value from API - is null?

    Recently I've noticed  that on f5 profile.sleeptime is null - according to the doc, can be null? yes so there is.

    But it's impossible to put empty value in gcm - so why this value can be null? And answer for future question - if you make new property in type system you have to add default value for all previous data instead of  adding can be null in doc.

Children