diff --git a/dist/modules/events.js b/dist/modules/events.js index 7441f1b5..ff14686f 100644 --- a/dist/modules/events.js +++ b/dist/modules/events.js @@ -249,8 +249,12 @@ class Events extends EventEmitter { let soapBody = ''; soapBody = ''; - soapBody += 'PT1M'; - soapBody += '99'; + soapBody += ''; + soapBody += timeout; + soapBody += ''; + soapBody += ''; + soapBody += messageLimit.toString(); + soapBody += ''; soapBody += ''; this.buildRequest('PullMessages', soapBody, subscriptionId).then(results => { resolve(results); diff --git a/docs/Access.html b/docs/Access.html index d0d9effe..26abea08 100644 --- a/docs/Access.html +++ b/docs/Access.html @@ -549,7 +549,7 @@

Home

Classes