I use a PHOTON to creat a pariticle function and use postman to send data by cloud .It will print the data as long as it receive from cloud .I saw the postman shows data send succeed but the data it print is the data that I sent before.It’s that the particle function will have delay ?
How does your code look?
There should be no delay (other than the normal latency) unless your code adds it.
I found the reason,it was because the data package I sent over 63 bytes
1 Like