Hello,
I have a server and a client. The client can send several requests, the server buffers these requests and processes them step by step.
I'm looking for a good simple code and concept.
Important:
The server can send an event to the client at any time.
The messages can be complete, split or incomplete. End of element missing, then timeout message.
I know a lot of questions and it is difficult. I thank you for your support and help.