Hi all,
I try the example of low-level messaging API (http://www.legato.io/legato-docs/15_01/c_messaging.html)
I have my server in an application and my client in other one, (and i try too my server and my client in two component, but with one application)
It builds and runs, but there are no exchanges between my client and my server. I think that the connection was not created by the Framework. When i try with “le_msg_OpenSessionSync()”, i have a return of no connection.
And i see this in the same page that the exemple :
Any ideas please ?