Davidah121 / SMPL

A static C++ library that encompasses all of the tools I have made to make development easier.
1 stars 0 forks source link

Revamp Networking #72

Closed Davidah121 closed 3 years ago

Davidah121 commented 3 years ago

Both the server and client side should be revamped to be object oriented. Both should use threads to manage connections and disconnects along with when they receive messages.

Server should be able to maintain multiple connections. Currently being worked on.