|
@@ -1085,7 +1085,7 @@ class Gateway
|
|
|
$connection_id = Context::$connection_id;
|
|
$connection_id = Context::$connection_id;
|
|
|
} else {
|
|
} else {
|
|
|
$address_data = Context::clientIdToAddress($client_id);
|
|
$address_data = Context::clientIdToAddress($client_id);
|
|
|
- echo "address_data ".$address_data."\n";
|
|
|
|
|
|
|
+ var_dump("address_data ".$address_data);
|
|
|
if (!$address_data) {
|
|
if (!$address_data) {
|
|
|
return false;
|
|
return false;
|
|
|
}
|
|
}
|