mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-03-23 04:11:00 +08:00
ggwave-gui : fix client updates
This commit is contained in:
@@ -591,7 +591,6 @@ void renderMain() {
|
||||
GGSock::SerializationBuffer buffer;
|
||||
GGSock::Serialize()(data, buffer);
|
||||
g_fileClient.send(GGSock::FileServer::MsgFileChunkRequest, buffer.data(), (int32_t) buffer.size());
|
||||
g_fileClient.update();
|
||||
|
||||
++fileInfoExtended.nRequestedChunks;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user