lauler1
lauler1
The infinite loop "for (;;)" on line 130 is making the server never receive other clients while the first client is connected. Is this intentional or a loop? Could be...
### **Description** The current implementation of [add_reference](https://github.com/FreeOpcUa/opcua-asyncio/blob/master/asyncua/common/node.py) (around line 823) enforces that the `reftype` argument is an `int` rather than a `NodeId`. This seems to imply that ReferenceType NodeIds must...
### 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:...