mirror of
https://github.com/fhmq/hmq.git
synced 2026-08-29 14:03:10 +00:00
When starting hmq immediately after booting, the IP address specified in the --host flag (e.g. --host=10.0.0.217) might not be configured yet. Without this commit, hmq would try to listen, give up, and then just hang. With this commit, hmq automatically recovers.