I am running MSP432E401Y LaunchPad with the example project "tcpecho" and the python tcpSendReceive.py - it works fine. In the example python script the socket is kept open. If the socket is closed or terminated it blows the idle stack and the tcpworker stack. Increasing the idle stack size prevents idle stack from blowing. However the tcpworker stack still blows when the socket is closed then reopened - (not every close/open cycle but often - as soon in ROV). Increasing the tcpworker stack doesnt help. The same happens when I use my own python script to test, also same happens when TCP address is assigned by DHCP or statically assigned. Are there any suggestions to address this?