brubbel
brubbel
It works, but only with the latest git version, not the zipped one.
gc.collect() after closing the RTCPeerConnection does the trick. Otherwise, in my case I end up with hundreds of threads and increasing cpu usage over time. > Could we close threads...
Error message is caused by missing PublishResult.Results acknowledgements. **Background:** 1. client subscribes to one or more datachanges. 2. client sends publication request to server. 3. datachange event: server sends publication...
Yes, above mentioned [test branch is here](https://github.com/brubbel/python-opcua/tree/wincc), and for the time being it is working without issues for me. PR will be updated should an issue arise. The PR relies...
Same issue for AsyncWebsocketConsumer. Issue caused by a recent change in autobahn: https://autobahn.readthedocs.io/en/latest/changelog.html#id17 > fix: WebSocket protocol instances now raise autobahn.exception.Disconnected when sending on a closed connection (#1002) https://github.com/crossbario/autobahn-python/issues/1002 Possible...
Also following this. Very interested in access to character devices (/dev/bus/usb/...) in a docker swarm. To help some others until this is supported by docker, a workaround for swarm +...
More info: the connection to ipv6 is suddenly initiated after a few days, even with ipv6.disable=1 set. The systemd-timesyncd service does not recover after that. journalctl: ``` May 12 13:07:03...
I could not find a reliable way to reproduce the 2.debian.pool.ntp.org -> AAAA record. However, one can verify that systemd-timesyncd does not rotate between servers by manually adding the ipv6...
Given that in the context of the client, the `host_cert` and `client_pk` are still paired, I do not agree. Maybe the use of `local_cert` and `local_pk` is better, along with...
> I went back with our versions until v0.9.0, but the issue still exist. So the newer commits haven't made any influence on that. That is because UaExpert only started...