Hi everyone,
Recently I used colyseus/proxy for my game. But my proxy sometime go down in interval 1 or 2 day.
is it possible to use nginx instead of colyseus/proxy to scale multiple server or process ?
Thanks all.
Hi everyone,
Recently I used colyseus/proxy for my game. But my proxy sometime go down in interval 1 or 2 day.
is it possible to use nginx instead of colyseus/proxy to scale multiple server or process ?
Thanks all.
Hi @ttcong194, you're probably facing the same memory leak problem I have on a live project: https://github.com/OptimalBits/redbird/issues/237
Unfortunately, I could not properly identify the issue myself, but it seems to come from http-proxy.
Fazri wants to open-source the proxy being used for Colyseus Arena in a few weeks - it has a different approach than @colyseus/proxy
.
@endel , thanks for reaching out. I'm looking forward the new proxy. is it public on github ?