TimeService not closing socket after successful update
description
The SNTPClient::Connect() method is not closing the socket after a successful update of the time.
A proposed fix for DeviceCode\pal\timeservice\driver\ntp.cpp (based on netmf 4.2 community branch) is attached.
This fix also propagates socket error numbers to the managed application, which helps locating a failure.