net: Remove MilliSleep from StopNode
I don't understand why it would be there in the first place. This looks like voodoo, not programming.
This commit is contained in:
parent
b8d92236f6
commit
bbda40226b
1 changed files with 0 additions and 1 deletions
|
@ -1791,7 +1791,6 @@ bool StopNode()
|
|||
if (semOutbound)
|
||||
for (int i=0; i<MAX_OUTBOUND_CONNECTIONS; i++)
|
||||
semOutbound->post();
|
||||
MilliSleep(50);
|
||||
DumpAddresses();
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue