|
|
@@ -32,8 +32,9 @@ $context = [
|
|
|
)
|
|
|
|
|
|
];
|
|
|
-$gateway = new Gateway("Websocket://0.0.0.0:8282",$context);
|
|
|
-$gateway->transport = 'ssl';
|
|
|
+$context = [];
|
|
|
+$gateway = new Gateway("Websocket://0.0.0.0:8283",$context);
|
|
|
+// $gateway->transport = 'ssl';
|
|
|
// gateway名称,status方便查看
|
|
|
$gateway->name = 'retail';
|
|
|
// gateway进程数
|