Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
3.3.0
-
None
-
-
a047ff1cb (3.3.1), 4a3d63593 (3.3), e32afd409 (dev), e0641a938 (dev)
-
License server development 36, License server development 37, License server development 38, License server development 42
Description
With some clients, such as Qt Creator 14, there appears a logging print when the client socket disconnects:
"Error occurred with socket id N: The operation was completed successfully"
It looks like both POLLERR and POLLHUP event status bits are set for the socket's poll descriptor, and the current order is to check for POLLERR first, resulting in the error print.