Hello.
I found that the behavior of non-blocking socket functions has changed after upgrading PolyML to Post-RTS version.
For example connectNB. If system call connect return -1 and errno is 36 (Operation now in progress), that SML exception occur in Socket.connectNB.
Everything worked fine before the upgrade. Nick.