Closed raviten closed 7 years ago
Huh interesting. This might have to do with the shared http agent. I will look into this tonight
Hi @AndrewBarba, Is there any work around for this?
Thanks, Ravi
Hey @Black-Star I just released version 1.4.0, can you give latest version a try?
Thanks @AndrewBarba It's working
Here following fails with client2
client.send(sn) => success client.send(sn) => DeviceTokenNotForTopic client2.send(sn) => success As call client2.send(sn2).then(function(){console.log("success")}).catch(function(err){console.log(JSON.stringify(err));}) fails, but client2.send(sn).then(function(){console.log("success")}).catch(function(err){console.log(JSON.stringify(err));}) is successful. This points that client2 is not actually using its own credentials but using client's credentials.