Always send default version. With the default tag the version is not sent automatically.
This commit is contained in:
parent
e21fe31404
commit
8175e23f91
@ -52,6 +52,9 @@ void OutgoingDataCreator::SendDataToClients(pb::remote::Message* msg) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Send the default version
|
||||||
|
msg->set_version(msg->default_instance().version());
|
||||||
|
|
||||||
RemoteClient* client;
|
RemoteClient* client;
|
||||||
foreach(client, *clients_) {
|
foreach(client, *clients_) {
|
||||||
// Check if the client is still active
|
// Check if the client is still active
|
||||||
|
Loading…
x
Reference in New Issue
Block a user