mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-30 23:51:34 +00:00 
			
		
		
		
	GC bug fix
This commit is contained in:
		| @@ -57,7 +57,7 @@ namespace Esiur.Core | ||||
|         //public Timer timeout;// = new Timer() | ||||
|         protected bool resultReady = false; | ||||
|         AsyncException exception; | ||||
|         StackTrace trace; | ||||
|        // StackTrace trace; | ||||
|         AutoResetEvent mutex = new AutoResetEvent(false); | ||||
|  | ||||
|         public static int MaxId; | ||||
| @@ -103,7 +103,7 @@ namespace Esiur.Core | ||||
|             //{ | ||||
|             lock (asyncLock) | ||||
|             { | ||||
|                 trace = new StackTrace(); | ||||
|               //  trace = new StackTrace(); | ||||
|  | ||||
|                 if (resultReady) | ||||
|                 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user