Dear all, I'm trying to do simple communication between two nodes with my own protocols A and B. The scenario is to send A message with seqn and then respond with B message with same seqn.
However when I implemented this simple thing I received Seg fault (included in attachment). In attachment are also all files needed to replicate my issue and also my log files. Is there anyone who can help me with my problem? I tried multiple solutions to achieve my scenario, but this was closest I've get. Thank you in advance. Martin