X-Git-Url: http://git.pjr.cc/?p=ga4php.git;a=blobdiff_plain;f=authserver%2Flib%2FauthClient.php;h=539ddc1e30e42ca3d04d46b2f91fd6fc4475f14c;hp=f52221ae799e65816cec17b3700bce27929fe0f6;hb=cced56c77764436592a7ccda33d30c57e6ee5510;hpb=e8ba559da7bf8c7ce03a69e065ef97a60b3ca7ae diff --git a/authserver/lib/authClient.php b/authserver/lib/authClient.php index f52221a..539ddc1 100644 --- a/authserver/lib/authClient.php +++ b/authserver/lib/authClient.php @@ -7,6 +7,9 @@ class GAAuthClient { // this functiuon will now act as our generic send/recieve client funciton // im doing this because im going to move from ipc messaging to a tcp connection // shortly and i want to encapsulate the send/receive behaviour + // things we need to add here are: + // 1) a way of saying "more data coming" cause getusers wont fit into one message + // 2) timeouts and locking function sendReceive($message_type, $message) { global $MSG_QUEUE_KEY_ID_SERVER, $MSG_QUEUE_KEY_ID_CLIENT;