Describe the bug
When I do continuous history read events requests to gateway within an hour time interval I'm getting situation that time to response drastically increasing after several requests.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
Provide application server's logs (default path /ANEG_INSALL_PREFIX/var/log/OpcUaStack/APP_NAME/OpcUaServer.log)
Environment (please complete the following information):
- OS: [e.g. iOS]
- Version [e.g. 22]
Additional context
This problem is solved when you sleep between requests for about 500 msec on client side. I assume that gateway have not enough time to process subscriptions and fire current events when we do continuous history read requests.
Describe the bug
When I do continuous history read events requests to gateway within an hour time interval I'm getting situation that time to response drastically increasing after several requests.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
Provide application server's logs (default path /ANEG_INSALL_PREFIX/var/log/OpcUaStack/APP_NAME/OpcUaServer.log)
Environment (please complete the following information):
Additional context
This problem is solved when you sleep between requests for about 500 msec on client side. I assume that gateway have not enough time to process subscriptions and fire current events when we do continuous history read requests.