Resolved! How can I enable multiple clients to send queries to an Azure RTOS NetX TCP/IP server on an STM32H5
In my project, I have a TCP/IP server application running. My main problem is that only one client can connect to the same IP and port at the same time. My project requirement is that multiple clients should be able to send queries to the same IP and...