Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add error message to socket errors (instead of just errno).
Changes `socketError(..)` output from: > Failed to connect to server, rc: -1, errno: 113 to: > Failed to connect to server, rc: -1. Error: 'No route to host' (errno: 113) which should give some more information to the user. Fix ros-industrial#29.
- Loading branch information