scotto3394 / TheOldRepublic

Learning project with a Star Wars flair
MIT License
0 stars 0 forks source link

Handshake protocol #2

Open scotto3394 opened 7 years ago

scotto3394 commented 7 years ago

As part of the login service, I'd like to be able implement some sort of Handshake when the client connects to the server to verify connection and to load in the correct player data. However, at the moment the client side protocol needs some rework to handle this properly. Wondering if someone want to rework the ClientProto in a way that mirrors the ServerProto and ensure that initial handshake can work?