-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat(core): add case distraction for extendedobject encoding #470
Conversation
@GoetzGoerisch Can you please test the fix? |
820214f
to
b894c0a
Compare
after my test the Client run on mac but not in the docker container. The other version I cloud not test |
@mdornaus Can you test this on linux? |
@Kantiran91 rebased, working on |
b894c0a
to
db860fa
Compare
@Kantiran91 remaining errors:
|
I think this is an an error also with early version. I suggest to create an seperate issue and close this pr. |
I ran tests for containers with After building the type map, the client wants to subscribe to the typedefinitons and not the instances and then crashes.
|
db860fa
to
400d75c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to find the reason for the runtime crash before we should merge this.
400d75c
to
6c564cf
Compare
@mdornaus Can you please have a look to the issue ? |
the new commit helps also detecting issues like #471 |
742bdc7
to
1faefc1
Compare
Thanks @Kantiran91 gateway is now running agains node-opcua sample server again. Although it still tries to subscribe to TypeDefinitions. Rebased and good to merge from my side. |
1faefc1
to
96178e9
Compare
* feat(core): add case distraction for extendedobject encoding * fix: improve error handling if no type definition exist * refact: update format for MachineObserver.cpp
The PR fix #462