What happened to UA_ClientState in wrapper for v1.1?
As far as I can cee from sources, this enumeration was removed and also function UA_Client_getState was changed.
(it is backward incompatible change)
Is there a chance for getting a server part wrapper sometime in the future?
I do not need server part in my project, so I do not plan do it. If you need some very limited subset of functions I can add them ...
Currently unresolved problems are:
- Win64 client has problem while UA_Client_delete() is called
- UA_Client_connectUsername() does not work for me (may be that my testing OPC UA Server does not support it, or there is any problem)
Has somebody any feedback on these two problems?