Skip to content

Commit f17599e

Browse files
committed
Don't force flush.
1 parent de65d7d commit f17599e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/Cpp/Sockets/ClientSocket_Qt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class ClientSocket_Qt final : public QThread, public AbstractClientSocket{
155155
bytes -= current_sent;
156156
}
157157

158-
m_socket->flush();
158+
// m_socket->flush();
159159

160160
// cout << "internal_send() - exit " << endl;
161161
}

0 commit comments

Comments
 (0)