PlayFab/consuldotnet

Request canceled while waiting for connection

husseinsa opened this issue · 0 comments

I am running Consul on Windows in Development mode as suggested in your readme document.

Then, I am using microphone.net to register a a service.

Problem:

However after running the app to register the service, and checking the consul I get the following

image

This is also the output of http://localhost:8500/v1/agent/checks:

{
    "service:values_localhost_5011": {
        "Node": "hsalman-pc",
        "CheckID": "service:values_localhost_5011",
        "Name": "Service 'values' check",
        "Status": "critical",
        "Notes": "",
        "Output": "Get http://localhost:5011/status: net/http: request canceled while waiting for connection",
        "ServiceID": "values_localhost_5011",
        "ServiceName": "values",
        "CreateIndex": 0,
        "ModifyIndex": 0
    }
}

What is the problem?