apigear-io / template-cpp14

C++14 technology template
https://apigear.io/template-cpp14/docs/intro
MIT License
0 stars 2 forks source link

[BUG]: mqtt void function doesn't return message on service side when done #140

Open dorotaphanSiili opened 4 months ago

dorotaphanSiili commented 4 months ago

Description of the bug

when service gets invoke function request for void function it never sends back the "invokeReply" mqtt version of message

Steps To Reproduce

create an interface with void function generate code for mqtt prepare client app that allows calling remote void method, print sth on method finish prepare service that has some void method, best if method prints sth after some sleep run apps, you should get client print before service print you can use wireshark to examine all messages

Additional Information

No response