Weighted Shortest Job First Hub
This commit is contained in:
		| @ -138,7 +138,7 @@ public class FileRead : Shared.FileRead, IFileRead | ||||
|             string body = string.Concat(exception.Message, Environment.NewLine, Environment.NewLine, exception.StackTrace); | ||||
|             try | ||||
|             { | ||||
|                 _SMTP.SendHighPriorityEmailMessage(subject, body);  | ||||
|                 _SMTP.SendHighPriorityEmailMessage(subject, body); | ||||
|                 File.WriteAllText(".email", body); | ||||
|             } | ||||
|             catch (Exception) { } | ||||
| @ -269,7 +269,7 @@ public class FileRead : Shared.FileRead, IFileRead | ||||
|             string body = string.Concat(exception.Message, Environment.NewLine, Environment.NewLine, exception.StackTrace); | ||||
|             try | ||||
|             { | ||||
|                 _SMTP.SendHighPriorityEmailMessage(subject, body);  | ||||
|                 _SMTP.SendHighPriorityEmailMessage(subject, body); | ||||
|                 File.WriteAllText(".email", body); | ||||
|             } | ||||
|             catch (Exception) { } | ||||
| @ -285,7 +285,7 @@ public class FileRead : Shared.FileRead, IFileRead | ||||
|             string body = string.Concat(exception.Message, Environment.NewLine, Environment.NewLine, exception.StackTrace); | ||||
|             try | ||||
|             { | ||||
|                 _SMTP.SendHighPriorityEmailMessage(subject, body);  | ||||
|                 _SMTP.SendHighPriorityEmailMessage(subject, body); | ||||
|                 File.WriteAllText(".email", body); | ||||
|             } | ||||
|             catch (Exception) { } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user