mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-27 13:31:02 +08:00
git-svn-id: https://protobuf-c.googlecode.com/svn/trunk@166 00440858-1255-0410-a3e6-75ea37f81c3a
This commit is contained in:
parent
df40d89ca0
commit
b826c3c569
@ -183,7 +183,7 @@ int main()
|
||||
NULL);
|
||||
assert (remote_service != NULL);
|
||||
client = (ProtobufC_RPC_Client *) remote_service;
|
||||
protobuf_c_rpc_client_set_autoretry_period (client, 10);
|
||||
protobuf_c_rpc_client_set_autoreconnect_period (client, 10);
|
||||
is_done = 0;
|
||||
protobuf_c_dispatch_add_timer_millis (protobuf_c_dispatch_default (),
|
||||
250, set_boolean_true, &is_done);
|
||||
|
Loading…
x
Reference in New Issue
Block a user