vardius/go-api-boilerplate

the connection to userserver is down for some reason

vardius opened this issue · 1 comments

When client tries to dial a server we get following error:

"Error": {
    "code": 14,
    "message": "all SubConns are in TransientFailure"
},

This error means the connection to userserver is down for some reason, beside the fact the server tells us it is running without error

2018/02/08 07:03:37.603287 INFO: [userserver] running at localhost:3001

fixed with 8b44d55