[TASK] Added function for clients, so they're able to send initial data right after connecting to a server.

[TASK] Restructured parts of the core to support sending data right after connecting.
[TASK] Adapted core part for automatic reconnect to support sending initial data, too.
This commit is contained in:
Jan Philipp Timme
2011-06-25 22:13:53 +00:00
parent 4c9f5ba7f3
commit 2c5e520c9f
11 changed files with 159 additions and 66 deletions
+2 -1
View File
@@ -6,6 +6,7 @@ try {
require_once('Testcode/Client/ClientManagerTest.php');
}
catch(Exception $e) {
echo "\n\nCaught Exception: " . $e . "\n";
echo PHP_EOL.PHP_EOL."Caught Exception: " . $e . PHP_EOL;
}
?>