Starlight-30036225 / ChessTCP

FILLMELATER
0 stars 0 forks source link

rework server class #8

Closed Starlight-30036225 closed 7 months ago

Starlight-30036225 commented 8 months ago

Currently the server class separates client connections into separate connection handlers to run independently.

I need the holding server class to be responsible, for the game loop. Or better yet a child class of this.

Starlight-30036225 commented 8 months ago

The connection handler class can access public functions of the server class as they are defined in the same file, this will allow me to pass information back up to the client to be handled appropriately.