mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-12 09:17:06 +00:00
The bug was caused as frequent calls of initialize() temporarily exhaust all available ephemeral ports. Fixed by retrying `bind()` after a while upon `EADDRINUSE`.