diff --git a/src/connection/connection.js b/src/connection/connection.js index b0fc156..48ffc25 100644 --- a/src/connection/connection.js +++ b/src/connection/connection.js @@ -229,6 +229,7 @@ class Connection extends EventEmitter { onSentResponse(bufferReader) { this.emit(Constants.ResponseCodes.Sent, { + result: bufferReader.readBytes(1), expectedAckCrc: bufferReader.readUInt32LE(), estTimeout: bufferReader.readUInt32LE(), });