fix torch not restarting when start occurs second time
This commit is contained in:
@@ -185,7 +185,7 @@ namespace Torch.Server
|
||||
|
||||
if (IsRunning || HasRun)
|
||||
{
|
||||
Restart();
|
||||
Restart(false);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user