version 2.30

PIStreamPacker remove progresses
picloud various fixes
This commit is contained in:
2021-09-01 23:48:13 +03:00
parent f82b6c12ee
commit 991a074538
5 changed files with 20 additions and 92 deletions

View File

@@ -62,9 +62,9 @@ void PICloud::TCP::sendStart() {
PIByteArray ba;
ba << header;
ba.append(suuid);
mutex_send.lock();
//mutex_send.lock();
streampacker->send(ba);
mutex_send.unlock();
//mutex_send.unlock();
}