-
Hello,
Is there a wiki to check which functions are supported between the two libraries and which functions are only available in the async version of this library? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
this is open-source so there not many people wanting to spend time on doc. yes there are some methods missing here and there but the sync api is very very simple: just ad the name and args fo the missing function there: Line 454 in 84b4a60 |
Beta Was this translation helpful? Give feedback.
-
Added a pull request #515 |
Beta Was this translation helpful? Give feedback.
this is open-source so there not many people wanting to spend time on doc. yes there are some methods missing here and there but the sync api is very very simple: just ad the name and args fo the missing function there:
opcua-asyncio/asyncua/sync.py
Line 454 in 84b4a60