-
Notifications
You must be signed in to change notification settings - Fork 60
DNS does not update #91
Comments
@bladefist thanks for the issue. In other client libs you've used, is this option configurable or always on? |
I'm not sure as I would never cheat on this repository. I will say this is an issue that has come up before when using HttpClient (I assume this repo uses it). There are some easy fixes. If you're using a singleton it can be re-instated periodically. There are other solutions but I will admit I'm not an expert on it. thanks! |
Hi @bladefist, I've been investigate how to fix it and it is a little bit complicated than it looks like. As you assume we are using a singleton:
The next option is use a
Regards |
Starting from .NET Core 2.1 its possible to use |
Any updates on this issue? We ran into this exact problem on my team yesterday and it bit us pretty hard. We're using |
Pretty simple report, if you use collector.example.com and you change that dns to point to another IP, the collector will not update until you cycle the app.
The text was updated successfully, but these errors were encountered: