Lawin0129 / LawinServerV2

LawinServer V2 is a fortnite backend written in Node.js that features an account system and xmpp.
GNU General Public License v3.0
106 stars 69 forks source link

Please add a "waiting for connection" addition | matchmaking #85

Open NotJeppy opened 8 months ago

NotJeppy commented 8 months ago

Matchmaking "works" with what you have here, but it should definitely be able to actually check whether the server is up or not. I have tried to use 'ping' to accomplish this, but it pings whether the ip itself is alive, rather than pinging and seeing if the server is alive. (I'm not great with js so this is probably just me being dumb)