3
0

Normalize patches

This commit is contained in:
Prototik
2015-06-01 21:32:10 +07:00
parent 86f83acb7e
commit c427f60e15
16 changed files with 67 additions and 67 deletions

View File

@ -10,8 +10,8 @@
- try
- {
- if (!this.running)
+ while (true)
+ {
+ while (true)
+ {
+ if (!this.running || clientSocket == null)
{
break;
@ -24,7 +24,7 @@
+
+ if (i < 10)
{
+ this.running = false; // Cauldron
+ this.running = false; // Cauldron
return;
}
@ -32,7 +32,7 @@
continue;
}
}
+ }
+ }
}
catch (SocketTimeoutException sockettimeoutexception)
{
@ -63,7 +63,7 @@
private void closeSocket()
{
+ this.running = false;
+ this.running = false;
if (null != this.clientSocket)
{
try