We are using async web.put (with binary:true). It’s not clear from the documentation, but should code avoid issuing card.binary.put requests until the web.* request is complete?
(Also just a minor note - the binary parameter isn’t documented for web.put.)
While notecard is processing an async web request, can other requests that don’t affect the binary buffer still be issued?