fix crash in retry
This commit is contained in:
@@ -149,6 +149,7 @@ namespace OpenRA.Network
|
|||||||
GC.SuppressFinalize( this );
|
GC.SuppressFinalize( this );
|
||||||
|
|
||||||
t.Abort();
|
t.Abort();
|
||||||
|
if (socket != null)
|
||||||
socket.Client.Close();
|
socket.Client.Close();
|
||||||
using( new PerfSample( "Thread.Join" ))
|
using( new PerfSample( "Thread.Join" ))
|
||||||
t.Join();
|
t.Join();
|
||||||
|
|||||||
Reference in New Issue
Block a user