OPENREC 7

This commit is contained in:
recroom2016tutorial
2022-07-21 23:49:29 -04:00
parent 696feb3887
commit 869f5ff80b
5 changed files with 68 additions and 44 deletions

View File

@@ -681,7 +681,7 @@ namespace server
response.ContentLength64 = (long)bytes.Length;
Stream outputStream = response.OutputStream;
outputStream.Write(bytes, 0, bytes.Length);
Thread.Sleep(20);
Thread.Sleep(400);
outputStream.Close();
this.listener.Stop();