Fixed bug where an erroneous connection would not disconnect the client

This commit is contained in:
Tristan B. Kildaire 2020-04-28 12:41:08 +02:00
parent 83ae42a42a
commit 76ff645bd0
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ public final class BesterConnection : Thread
catch(BesterException exception)
{
debugPrint("Error in read/write loop: " ~ exception.toString());
break;
}
}
debugPrint("<<< End read/send loop >>>");