-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.9
-
Fix Version/s: 0.10.0
-
Component/s: C++ - Library
-
Labels:None
-
Patch Info:Patch Available
Due to a problem with bind() an exception was thrown.
The text was:
"Could not bind: Transport endpoint is not connected"
which doesn't make sense.
It turned out that errno had been overwritten.
The correct text would have been:
"Could not bind: Address already in use"