alvyxaz / barebones-masterserver

Master Server framework for Unity
476 stars 106 forks source link

All the servers are busy #196

Open diegoarx opened 6 years ago

diegoarx commented 6 years ago

I am using a linux server and i lauch the masterserver and the spawner and when client ask the spawner to start a server i receive the message "All servers are busy try again later"

diegoarx commented 6 years ago

I am using a linux server where i run masterserver but when i launch spawner in a different process and try to connect masterserver it tells me spawner is not connected and dont understand why, i use the ConnectToMaster script in Spawner with ip 127.0.0.1. I am using arguments to start masterserver and spawner and spawner waits is connected to master to spawn the server using OnConnectedToMaster listener, but it never connects