We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f3d69 commit de83da6Copy full SHA for de83da6
soccer/src/soccer/strategy/coordinator/coordinator.hpp
@@ -26,7 +26,8 @@ namespace strategy {
26
* MyCoordinator() : Coordinator("my_service", "my_topic") {}
27
*
28
* void service_callback(RequestPtr request, ResponsePtr response) {
29
- * // Handle the service request
+ * // Handle the service request by editing the response directly
30
+ * // for example:
31
* response->success = true;
32
* }
33
* };
0 commit comments