rabbitControl / RCP

Remote Control Protocol
GNU Lesser General Public License v3.0
32 stars 0 forks source link

define INITIALIZE on client #38

Closed i-n-g-o closed 5 months ago

i-n-g-o commented 6 months ago

To mark the end of initially sending all parameters, the server could send INITIALIZE back to client. If a client receives INITIALIZE all the parameters were sent.

Supposing ordered transport without loss, this would make sure all the parameter are received. A client could use this signal to allow updates only after INITIALIZE was received.