opcua-asyncio
opcua-asyncio copied to clipboard
Server reached its maximum number of sessions
Please read, before you post!
This is a BUG REPORT for issues in the existing code.
If you have general questions, code handling problems or ideas, please use the:
Discussionsboard: https://github.com/FreeOpcUa/opcua-asyncio/discussions
or
Gitter-Channel: https://gitter.im/FreeOpcUa/opcua-asyncio
To save some time, please provide us following informations, if possible:
Describe the bug
Hi, I had this issue. I cannot connect to a server with many nodes. But this server can be connected with some Java OPCUA connections. Also, If I change the programs in the server to some simple programs with fewer nodes, it can be connected with both ways.
How can I solve this issue? Are there any ways that I can configure to bypass this error? I am just using OPCUA to get access to very few nodes.
To Reproduce
Steps to reproduce the behavior incl code:
Expected behavior
How can I solve this problem? All I need is just make a connection and read write some of the nodes.
Screenshots
If applicable, add screenshots to help explain your problem.
You can post Screenshots directly to github, please don't use 3rd Party webpages
Version
Python-Version: 3.10.0
opcua-asyncio Version opcua==0.98.13, asyncua==0.9.92, both packages have the same issue.
Hmm....the error says, that your server has reached the max. amount of sessions. So it doesn't seem to be a thing from the client (on the first sight).
Can you approve that your Client is the only one on the server(or that not many sessions are open)? Can you check the server limits how many opened Sessions are supported?