Closed narayandesai closed 9 years ago
Gyre panics the full application on start() when run on interfaces without any addresses.
beacon/beacon.go:138 assumes that iface.Addrs() returns a non-empty array. If this is not true, the application panics.
Thanks for reporting the bug, sorry for my delay on responding. Fixed the bug could you please confirm that it fixed the bug, if so please also close the issue.
Closing the issue.
Gyre panics the full application on start() when run on interfaces without any addresses.
beacon/beacon.go:138 assumes that iface.Addrs() returns a non-empty array. If this is not true, the application panics.