Bowhza / H2M-Launcher

A Better Launcher/Server Browser for H2M Mod.
35 stars 9 forks source link

Server Queueing (client sided) #11

Open tobibodamer opened 3 weeks ago

tobibodamer commented 3 weeks ago

When trying to join a server that is full add the user to an artificial queue and repeatedly try to join the server.

Multi Server Queueing / Quickplay:

xNegis commented 3 weeks ago

We could use free cloud services in order to make the Queue legit (Queue has no order ). I would suggest https://www.cloudamqp.com/ , which has a free plan for RabbitMQ and I think is a good option to materialise the Virtual Queue into something more fair . We may use the RabbitMQ for any other features, such as the Matchmaking server

tobibodamer commented 3 weeks ago

@xNegis check out #34 , we are already working on a SignalR server