测试代码
```php
try {
$clientIds = Gateway::getClientIdByUid($uid);
dd($clientIds);
} catch (Exception $e) {
dd($e->getMessage(), $e->getFile());
}
```
报错:
stream_socket_client(): Unable to connect to tcp://127.0.0.1:1236 (Connection refused)
/vendor/workerman/gateway-worker/src/Lib/Gateway.php
端口改成了32346但是获取的端口请求还是使用默认端口1236

gateway-worker
