Open bassofil opened 7 years ago
I am not sure any more is methods are supported at all in this stack.
@mdcb do you know this?
I do not remember either...
On Thu, Jun 22, 2017, 11:21 Denis Štogl notifications@github.com wrote:
I am not sure any more is methods are supported at all in this stack.
@mdcb https://github.com/mdcb do you know this?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/FreeOpcUa/freeopcua/issues/255#issuecomment-310325775, or mute the thread https://github.com/notifications/unsubscribe-auth/ACcfzvUOdlgMI0p7OAJN7Y0eEYjoc2SWks5sGjITgaJpZM4OCA6p .
@destogl I'm not familiar with this. Sorry, can't help.
I'm trying to add a method GetStatistics calling
OpcUa::Node::AddMethod()
method from a client process, but the client keeps crashing. Let's say thatOpcUa::Node::AddNode()
andOpcUa::Node::AddVariable()
are working perfectly as expected, and that adding the same method directly from the server (no TCP data exchanged) is working well too. Debugging the code a little bit, to me, it seems that the expected (by both client and server) message size is wrong, that is, the server actually tries to read more bytes than the ones available.Client console output:
Server console output: