Endel Dreyer

Results 381 comments of Endel Dreyer

The memory leak is a known issue unfortunately (https://github.com/OptimalBits/redbird/issues/237), although circumstances are not clear for when it happens. I suspect it's related to TLS termination at the Node/proxy level. In...

Apparently a user of `http-proxy` managed to reproduce the memory leak consistently here https://github.com/http-party/node-http-proxy/issues/1586 EDIT: not sure it's the same leak we have, sounds reasonable though

We do are interested in fixing this issue. We are still trying to **reproduce** the memory leak issue in a controlled environment. There are 2 things **you** can do to...

Hi @HeadClot, I'd definitely like to add this in the near future. Which client are you using @HeadClot? I hope I can integrate this nicely for Unity3d as well. Cheers!

I've started implementing this in the [oauth](https://github.com/colyseus/colyseus-social/tree/oauth) branch today. I'm using the [`grant`](https://github.com/simov/grant) package that supports multiple providers via a JSON configuration file containing all the key/secrets of selected providers....

Hi @bhgsbatista, this module doesn't provide such features - it's only for authentication and user management. I couldn't come up with a nice & clean approach to allow this so...

It would be nice to support it out of the box, but I'm not sure how to handle this, since `koa` lacks a built-in router. (https://github.com/koajs/koa/blob/master/docs/koa-vs-express.md#koa-routing-third-party-libraries-support) Supporting both `koa-router` and...

Hi @Snirozu, which build target are you using? (`cpp`, `html5`, `neko`, etc)? Are you trying to connect to localhost or a remote secure server? The error says `Custom(ssl_send)`, perhaps it...

I see, is the SSL certificate properly configured? Can you connect from the browser using the JavaScript SDK directly? (https://github.com/colyseus/colyseus.js)