Shelomo

Results 27 comments of Shelomo

Yes! It would be ideal (for people coming to this repo) to split this up into multiple Dockerfiles e.g. for MT4/32bit and MT5/64bit and put a note about it in...

I see your API requires the [token object](https://github.com/byeokim/gmailpush#token-required-object). ```javascript const messages = await gmailpush.getMessages({ notification: req.body, token, ... ``` Is this the only auth method supported in your code? Can...

@byeokim If this is not possible at the moment due to your limited time for upgrading the API, then could you perhaps show some code example on how to call,...

I've added the following ```javascript fs.readFile('./gmailpush_history.json') .then((result) => { const prevHistories = JSON.parse(result); const prevHistory = prevHistories.find((prevHistory) => prevHistory.emailAddress === email); schedule.scheduleJob(new Date(prevHistory.watchExpiration - 1000 * 60 * 30), async...

Unfortunately, it works for a while then I have to manually renew token. Any plans for your API to accept using service account credential that is easier to implement API...

Same issue here ``` 15:01:49.608 [Client WARN] Received stream end frame 15:01:49.608 [Client INFO] Got device removed stream error, sending LoggedOut event and deleting session 15:01:49.737 [Client/Socket ERROR] Error reading...

Guys any updates on this? My services has been down for more then a month already and don't see any recent PR attempting a fix.