mumax / 3

GPU-accelerated micromagnetic simulator
Other
457 stars 151 forks source link

Don't listen to the same IP multiple times #114

Closed joh closed 7 years ago

joh commented 7 years ago

Lookup the IP address of thisAddr to make sure we skip it when starting servers on all interfaces. Otherwise there will be a race condition where we start listening on all interfaces before the primary address.

Fix issue #113