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 0715c5f commit 9641731Copy full SHA for 9641731
rclrs/src/action/action_server.rs
@@ -220,7 +220,6 @@ impl<A: Action> ActionServerState<A> {
220
};
221
222
*dispatch = GoalDispatch::Callback(callback);
223
- self.board.dispatch.clear_poison();
224
}
225
226
/// Change this action server into an action goal receiver, which may be more
@@ -341,7 +340,6 @@ impl<A: Action> ActionServerState<A> {
341
340
342
343
*dispatch = GoalDispatch::Sender(sender);
344
345
346
347
/// Used internally to change a receiver into an action server without the
@@ -375,7 +373,6 @@ impl<A: Action> ActionServerState<A> {
375
373
376
374
377
378
379
380
381
0 commit comments