![]() | 1 | initial version |
I guess this problem comes from you having the Request
in the callback defined to be const
.
According to the API documentation there is no version of the advertiseService
function with a callback having a const Request
.
Doing a quick check in one of my nodes seems to confirm this.