arthurquinn / solitaire

A solitaire engine and game interface that will eventually be deployed to the web.
0 stars 0 forks source link

Establishing client - server - engine protocol #40

Open arthurquinn opened 6 years ago

arthurquinn commented 6 years ago

Get the communication protocol for these 3 systems sorted out. We both need to be on at the same time for this so that we can synchronize this properly. By establishing a clear command protocol for each of these to communicate by we will help prevent future issues such as deadlock and/or out of sync commands leading to breaking bugs.

arthurquinn commented 6 years ago

@MSaIim @KevinJCochran Let's get together one day this week and firmly establish the protocol. Deadlock is going to be a real issue if we aren't very specific about these details.