hi,
when i use an HTTP listener on my side working with streaming channel, what happens when my HTTP listener service is down for few hours? will i get all pending data when connection is back? will i get it in same original order?
what are the rules? limits?

thanks

    Hi rafinewman ,
    please read here: https://flespi.com/kb/stream-forward-data-from-gateway
    The stream will buffer data which it failed to deliver up to its buffer size limit, which is pretty high (100MB on a free account).
    After your HTTP listener will up - all buffered data will be delivered. The order should be preserved but it's not guaranteed.

      Write a Reply...