westcoj / SKHub-1.0

Repo for CS Capstone Project
0 stars 0 forks source link

Restructure Server #39

Closed westcoj closed 5 years ago

westcoj commented 5 years ago

Server needs to be able to listen to two ports, and for input on its console at the same time without delays in one thread. Should be restructured to split into 3 threads, one to listen to each input, which can handle those as it needs.

westcoj commented 5 years ago

Closing since we went HTTP route rather than TLS