I see the following type of warnings in the logs when using pyduro ``` WARNING py.warnings /usr/local/lib/python3.11/site-packages/pyduro/actions/set.py:45: ResourceWarning: unclosed <socket.socket fd=4, family=2, type=2, proto=0, laddr=('0.0.0.0', 1901)> ``` Which seems to relate to the fact that the `socket` that is created in `Frame.send` does not get properly closed. See: https://docs.python.org/3/library/socket.html#socket.socket.close
I see the following type of warnings in the logs when using pyduro
Which seems to relate to the fact that the
socketthat is created inFrame.senddoes not get properly closed. See: https://docs.python.org/3/library/socket.html#socket.socket.close