mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-21 02:17:37 +02:00
Send clipboard data in small chunks without using thread #4601
This commit is contained in:
parent
08aee6cba7
commit
44089d55e8
7 changed files with 137 additions and 45 deletions
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include "server/ClientProxy1_4.h"
|
||||
#include "base/Stopwatch.h"
|
||||
#include "common/stdvector.h"
|
||||
|
||||
class Server;
|
||||
class IEventQueue;
|
||||
|
@ -48,6 +49,5 @@ private:
|
|||
double m_elapsedTime;
|
||||
size_t m_receivedDataSize;
|
||||
static const UInt16 m_intervalThreshold;
|
||||
Thread* m_sendFileThread;
|
||||
String m_clipboardData;
|
||||
//Thread* m_sendFileThread;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue