Stefan Klug
Stefan Klug
I also hit this problem today. I think when resetting a collection, nested relations should also be reset, but model should get updated. See the jsfiddle for an example: http://jsfiddle.net/4Wnpt/3/
@xiaoxstz A release candidate with python 3.10 support is available on pypi. Feel free to test ist: pip install pypylon==1.8.0rc1 Cheers Stefan
The following bash snippet can be used as a workaround for this issue. I basically intercept the SIGTERM to docker exec and do a manual cleanup. It is based on...