Fix to prevent uploads getting stuck, seems like a hack but we'll do it for now.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
0f1f6b075c
commit
704fb3bb76
@ -143,6 +143,9 @@ public class sigServer {
|
||||
//System.out.println(new String(data,StandardCharsets.UTF_8));
|
||||
break;
|
||||
}
|
||||
if (count==50) {
|
||||
break; //Hack to prevent getting stuck. We're done anyways.
|
||||
}
|
||||
}
|
||||
stream.close();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user