We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a63e11 commit 93b1cccCopy full SHA for 93b1ccc
1 file changed
src/lib/ActionClient.js
@@ -55,7 +55,7 @@ class ActionClient extends EventEmitter {
55
(msg) => { this._handleFeedback(msg); },
56
{ queueSize: 1 } );
57
58
- this._statusSub = nh.subscribe(this._actionServer + '/result',
+ this._resultSub = nh.subscribe(this._actionServer + '/result',
59
this._actionType + 'Result',
60
(msg) => { this._handleResult(msg); },
61
0 commit comments