Artur Jurk
Artur Jurk
In our local repository [KUZ-Leipzig/opcua-asyncio](https://github.com/KUZ-Leipzig/opcua-asyncio) I have implemented a way so that properties and variables of a EventType's objects are getting monitored too. It can probably help you with your...
The identifier attribute of the NodeIds shouldn't be a string, doesn't it?
For me the Error is still present when trying to import on sync or on async server. I attached a log file to this post for the importing procedure. __Version__...
Hi, Yeah, no big deal. Currently i have a kind of monkeypatch in my code, where I override the `port_for` function: ``` # fix/monkeypatch for pytest-docker endpoint output '\r\n\x1b[0m' class...
No problem. If the framework works flawlessly on linux/mac, then the endpoint string should be just the ip:port, right? After you split of the port you would have just the...