Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The IP address for backend is assumed to be static. #202

Closed
rtkbkish opened this issue Sep 14, 2017 · 3 comments
Closed

The IP address for backend is assumed to be static. #202

rtkbkish opened this issue Sep 14, 2017 · 3 comments

Comments

@rtkbkish
Copy link

The IP address of our backend changes. We use DNS to map to a set of hosts that can handle incoming connections. The code currently assumes there is single permanent mapping from hostname to IP address.

We need a way to have the code to call getaddrinfo every time a new connection to the backend is opened.

@dmatetelki
Copy link
Contributor

duplicate of #84 ?

@gquintard
Copy link
Contributor

definitely

@dmatetelki
Copy link
Contributor

@rtkbkish : I've started to work on a periodic backend IP check fix, let me update the progress in #84.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants