Adventure-Terraria-Server-Project / Protector-Plugin

Protector plugin for Terraria Server API and TShock.
GNU General Public License v3.0
10 stars 19 forks source link

Server Shutdown Error #6

Closed CoderCow closed 11 years ago

CoderCow commented 11 years ago

This is actually a common lib error:

System.InvalidOperationException: A task may only be disposed if it is in a completion state (RanToCompletion, Faulted or Canceled). at System.Threading.Tasks.Task.Dispose(Boolean disposing) at Terraria.Plugins.Common.AsyncWorkQueue.Dispose(Boolean isDisposing) at Terraria.Plugins.CoderCow.Protector.ServerMetadataHandler.Dispose(Boolean isDisposing) at Terraria.Plugins.CoderCow.Protector.ProtectorPlugin.Dispose(Boolean isDisposing) at Terraria.ProgramServer.DeInitialize() at Terraria.ProgramServer.Main(String[] args)