If SMTP is used and the SMTP server uses fragmented messages to get the answer to the EHLO or HELO request, Message Control is waiting for fragments which results in an unresponsive runtime if no fragments are left to receive.
If SMTP is used and the SMTP server uses fragmented messages to get the answer to the EHLO or HELO request, Message Control is waiting for fragments which results in an unresponsive runtime if no fragments are left to receive.
An issue has been addressed in the SMTP dispatcher method for Message Control. Now the dispatcher uses non-blocking sockets and the runtime is not waiting for fragments.