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
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