FSFW TCP Server: Keep up connection #470

Closed
opened 2021-09-06 13:07:22 +02:00 by muellerr · 0 comments
Owner

Suggestion by @gaisser. I think keeping the connection open on the server side would be the cleaner solution for the TCP server. I had the issue that a client program I forgot to close "stole" telemetry. If the connection is kept open, only one client/server connection is possible at a time, but this is fine for now in my opinion.

Suggestion by @gaisser. I think keeping the connection open on the server side would be the cleaner solution for the TCP server. I had the issue that a client program I forgot to close "stole" telemetry. If the connection is kept open, only one client/server connection is possible at a time, but this is fine for now in my opinion.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: fsfw/fsfw#470
No description provided.