Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection Timeout #373

Open
apoorvcn47 opened this issue Oct 5, 2020 · 3 comments
Open

Connection Timeout #373

apoorvcn47 opened this issue Oct 5, 2020 · 3 comments

Comments

@apoorvcn47
Copy link

When my client tries to connect with a server that doesn't exist, it takes a long time before it returns. I believe it tries to reconnect with the said server till a certain timer runs out. Is there a way to make it return quicker?

@destogl
Copy link
Member

destogl commented Feb 3, 2021

Yes, you could try adjusting timeout times.

@apoorvcn47
Copy link
Author

Yes, you could try adjusting timeout times.

Can you tell me which variables to set? Appreciate it

@Schwarzkopf
Copy link

I think it is in include/opc/ua/client/client.h
uint32_t DefaultTimeout = 3600000;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants