You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const gameServer = new Server({
presence: new RedisPresence({
db : 0,
host : "127.0.0.1",
port : 6379,
}),
driver : new MongooseDriver(),
transport: new WebSocketTransport({
})
});
The text was updated successfully, but these errors were encountered:
Hi.
I'm opening this issue because when i use pm2 and use more than 2/3 instances the server throws
It happens casually, not everytime, but the more instances i set the more frequently it pops.
here my pm2 config
this is my server setup code
The text was updated successfully, but these errors were encountered: