Endel Dreyer

Results 381 comments of Endel Dreyer

This actually happens to any Let's Encrypt SSL certificates 😢

This PR has been merged in `0.16` branch - it's going to be closed once stable version is out 🙌

I was having the same issue here, and found a simple solution. First of all, it accours due default error-safe routine for date parsing errors from .txt file: https://github.com/cloudhead/toto/blob/master/lib/toto.rb#L242 Some...

Hey @texels, I've recently started a project called [memshared](https://github.com/endel/memshared/) which works very similarly with memored. You can access the data from the master process and it should also work with...

I've started this very much inspired by your project: https://github.com/endel/memshared

AFAIK v7 is single-threaded at the moment, to be able to implement promises/timeouts it would need to use some threading model, right?

Having the same error. I've opted to use `mkdocs gh-deploy`, and make Netlify deploy from `gh-pages` branch. Not as practical as a `git push`, but hey ¯\_(ツ)_/¯

Hi @manast, I was considering that the issue could be on PM2, but it really looks like it's on redbird. My Colyseus processes never grow bigger than 200mb memory usage,...

I've spent most of the day inspecting this issue yesterday, and I found interesting that some connections were not being removed from the proxy (`http-proxy`) I've put this piece of...

Hi @rahulwinzo, unfortunately to this day I still could not fix the issue. My proxy restarts every week, mostly. (I'm now using plain node-http-proxy, but it has no difference from...