Bimde / Blackjack-Server

MIT License
0 stars 1 forks source link

Move server allocation code from client to central-server #38

Closed Bimde closed 8 years ago

Bimde commented 8 years ago

Clients shouldn't have a list off all available servers + allocate themselves to a server. This is the primary functionality of the central server and should be handled there.

xuwilliam01 commented 8 years ago

Thats whats there? On Dec 8, 2015 8:07 PM, "Bimesh De Silva" notifications@github.com wrote:

Clients shouldn't have a list off all available servers + allocate themselves to a server. This is the primary functionality of the central server and should be handled there.

— Reply to this email directly or view it on GitHub https://github.com/Bimde/Blackjack-Server/issues/38.

xuwilliam01 commented 8 years ago

I dont think the clients have all the servers On Dec 8, 2015 8:29 PM, "William Xu" xuwilliam01@gmail.com wrote:

Thats whats there? On Dec 8, 2015 8:07 PM, "Bimesh De Silva" notifications@github.com wrote:

Clients shouldn't have a list off all available servers + allocate themselves to a server. This is the primary functionality of the central server and should be handled there.

— Reply to this email directly or view it on GitHub https://github.com/Bimde/Blackjack-Server/issues/38.

Bimde commented 8 years ago

Fixed.