Hello,
In a TCP server callback, when the "TCP_DATAREADY" event has occurred, general scheduling a worked thread to process the incoming data. I'd like to know if can use the "PostDeferredCall()" function to deal with the incoming data? And the callback in the "PostDeferredCall()" will be reentrant.
David