Guilherme Mascarenhas

Results 17 comments of Guilherme Mascarenhas

Maybe they are disconnecting you because of the enquire_link. Most of providers request you to send enquire_links between 30~60 seconds. Not less not more. By yours logs the lib doesn't...

> Thank you @lahirutm. How can I get the response by sending message_id. If any methods are available, kindly let me know. If you meant to get the message response...

Just to help... Here is my code using `$resource` ```javascript $scope.csv = function() { //Init scope defer $scope.itemsToExport = $q.defer() //Fetch data from inside module api manageModules.bigdata.query({ ids: ids }).$promise.then(function(response){...

> May be you can try async.eachLimit. > > https://caolan.github.io/async/v3/docs.html#eachLimit Hi @tapan-thapa thank you for your suggestion, but are you able to provide a sample how do I would use...

Im using rabbitmq and added a timeout before ack each message. It's working great! Thank you all

Hi @aganemnam Past week i've faced the same issue with one of my vendors. The "problem" was about missing of response of enquire_link that they do to my server. Some...

For concatenation you can pass `udh` and `message` as parameter of `short_message` sent on submit_sm like: ```js short_message: { udh: part message: message } ``` See a example here: https://github.com/farhadi/node-smpp/issues/56#issuecomment-267620589...

> tanks for answer > i test it and not worked > > > On Thu, Aug 4, 2022 at 11:37 PM Guilherme Mascarenhas < > ***@***.***> wrote: > >...

@mool-singh solutions works like a charm!

One way that I use to solve the optional boolean value from query string that always return as false: ```js @IsOptional() @Transform(({ value }) => { return [1, '1', true,...