You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.
ImmortalCoordinator has this method GetLocalIPAddress which is handy, but not correct in the case where a computer has multiple ethernet interfaces (e.g. wired and wireless). In this case the user may want to specify which interface to use since they know which one is connected to the right network. You could also provide a better default which tests all available interfaces to figure out which one can reach Azure storage.
Note that CRA gets it right with CRA.Worker.exe where "An optional third parameter can be used to provide an explicit IP address."
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ImmortalCoordinator has this method
GetLocalIPAddress
which is handy, but not correct in the case where a computer has multiple ethernet interfaces (e.g. wired and wireless). In this case the user may want to specify which interface to use since they know which one is connected to the right network. You could also provide a better default which tests all available interfaces to figure out which one can reach Azure storage.Note that CRA gets it right with CRA.Worker.exe where "An optional third parameter can be used to provide an explicit IP address."
The text was updated successfully, but these errors were encountered: