Refactor websockets

This commit is contained in:
adityapk00
2019-01-16 13:05:21 -08:00
parent 0e23f137c4
commit 2ae8c9b0b2
6 changed files with 123 additions and 20 deletions

View File

@@ -71,10 +71,6 @@ public:
Turnstile* getTurnstile() { return turnstile; }
Connection* getConnection() { return conn; }
double balT;
double balZ;
double balTotal;
private:
void refreshBalances();