when reconfiguring a server we're in task exclusive mode, which means the netmgr is paused. previously, when we issued "stoplistening" events, we would wait for the worker thread to process the event before proceeding. since that can't happen while paused, we could hit a deadlock during reconfig if the listen-on addresses changed.