• OADINC
    link
    fedilink
    English
    arrow-up
    10
    ·
    6 months ago

    If (Status != Prev_Status) {Send_All_User_Data();}

    • LazaroFilm@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      6 months ago

      Yes! The issue is that if the server misses that packet, the status is now wrong. So they need an aknowledgement send from the server.

          • ripcord@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            6 months ago

            Every single one that uses an interface like that does. All of them. i’m talking about the requiring a response from the server part.

            Most also do not do .1s update rate or whatever you think the one device you have does.