eclipse / jifa

🔬 Online Heap Dump, GC Log, Thread Dump & JFR File Analyzer.
https://eclipse.github.io/jifa/
Eclipse Public License 2.0
543 stars 96 forks source link

fix: obtain the correct IP address for the static worker #306

Closed mycxu closed 1 month ago

mycxu commented 1 month ago

Fix the problem that the static worker node obtains the loopback address as the IP address. I have tested this method on Linux and Windows and found no problems. However, I currently haven't found a good way to solve the problem of obtaining IP addresses under multiple network cards.

D-D-H commented 1 month ago

Thanks for the fix.