Love this article
The extration code makes my own look rather crude, it did work but with quite a few more lines of code!! Your new routine is now my defacto standard for unpacking the compressed calls...
A question that will probably appear rather trivial to most!
1) What are the implications of firing off several async requests using the same session token? ie; 3+ api calls all using the current (correct at the time of submission) token? Is it possible the first call would be turned around with a new token before the later requests with the now old token have been received?
The extration code makes my own look rather crude, it did work but with quite a few more lines of code!! Your new routine is now my defacto standard for unpacking the compressed calls...A question that will probably appear rather trivial to most!
1) What are the implications of firing off several async requests using the same session token? ie; 3+ api calls all using the current (correct at the time of submission) token? Is it possible the first call would be turned around with a new token before the later requests with the now old token have been received?




Comment