Skip to content

Commit f0ac970

Browse files
committed
Remove executor wake call
1 parent 2f50f11 commit f0ac970

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rosbridge_library/src/rosbridge_library/capabilities/advertise_service.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ async def handle_request(self, req, res):
3434
request_id = f"service_request:{self.service_name}:{self.next_id()}"
3535

3636
future = rclpy.task.Future()
37-
future.add_done_callback(lambda _: self.protocol.node_handle.executor.wake())
3837
self.request_futures[request_id] = future
3938

4039
# build a request to send to the external client

0 commit comments

Comments
 (0)