|
@@ -567,6 +567,8 @@ UA_Client_connect_async(UA_Client *client, const char *endpointUrl,
|
|
|
UA_ChannelSecurityToken_init(&client->channel.securityToken);
|
|
|
client->channel.state = UA_SECURECHANNELSTATE_FRESH;
|
|
|
client->endpointsHandshake = true;
|
|
|
+ client->channel.sendSequenceNumber = 0;
|
|
|
+ client->requestId = 0;
|
|
|
|
|
|
UA_StatusCode retval = UA_STATUSCODE_GOOD;
|
|
|
client->connection = client->config.initConnectionFunc(
|