Results 33 comments of Chris

I think when you start to get close to using up too much space it makes sense to segregate out that coin to its own vps.

Anyone noticed debug.log growing exponentially? Cant seem to find a command to compile without it

Any pull request with that added in?

Personally I use this script for bulk creation of the same coin nodes on one server. I would create a whole new server for other coins. I fully see your...

Agree I'm also seeing this issue even though I'm definitely doing a stream destroy correctly. I've found I have to restart my whole project container to clear the issue as...

Worked through this most of today and can not fathom why destroying the stream doesn't actually seem to fix the problem. I can destroy and create immediate = enhance calm...

I actually still get these sometimes even after all the fixes 😂 how is it going for everyone else? I spent hours today looking across all libraries in other languages...

@prashb94 as simple as this? `mailListener.on('server:disconnected', () => { console.log('imapDisconnected'); mailListener.stop(); mailListener.start(); });`

I've also noticed that sometimes due to the Idle event firing it can miss emails that have not previously been read. Weirdly if you restart the client it STILL ignores...

@amirhouieh fully agree there is something fundamentally wrong here and I can't fathom it. I even produced mail-listener-fixed which incorporated the best bits from all the forks in this area....