diff --git a/Assets/Cryville/Common/Unity/NetworkTaskWorker.cs b/Assets/Cryville/Common/Unity/NetworkTaskWorker.cs index 712764e..5a87602 100644 --- a/Assets/Cryville/Common/Unity/NetworkTaskWorker.cs +++ b/Assets/Cryville/Common/Unity/NetworkTaskWorker.cs @@ -57,6 +57,7 @@ namespace Cryville.Common.Unity { suspended = true; if (currentNetworkTask != null) { currentNetworkTask.Cancel(); + networkTasks.Enqueue(currentNetworkTask); currentNetworkTask = null; } }