-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coroutine not awaited while deleting node #1771
Comments
sounds specific to your code. there not much relation between delete_node command and datachange callbacks, unless you are deleting the nodes you are subscribed to. |
Hello, @oroulet ! Thank you for reply! Method being called is opcua-asyncio/asyncua/server/address_space.py Line 437 in b1cfae3
NodeManagementService._delete_node_callbacks is sync while datachange_callback is async.
Here:
|
Describe the bug
When calling
asyncua_server.delete_nodes([self.node], recursive=True)
there appears message in terminal:It seems there are some sync/async issues, maybe some functionality doesn't work properly.
To Reproduce
Call
asyncua_server.delete_nodes([self.node], recursive=True)
Expected behavior
No warnings
Version
Python-Version: 3.12
opcua-asyncio Version: 1.1.5
The text was updated successfully, but these errors were encountered: