User Activity

I'm trying to provide a server connection to 2 clients on ports 1024 and 1025 using LWIP raw API. I have created two separate pcbs and can listen on both ports successfully, but writing to either pcb results in data being sent to the first pcb only;/...