mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 10:38:14 -05:00
fix: vlees + ws general subscribe
Some checks are pending
Docker Build and Publish / build (push) Waiting to run
Some checks are pending
Docker Build and Publish / build (push) Waiting to run
This commit is contained in:
parent
d81974d8bc
commit
c9c72cc847
@ -147,8 +147,8 @@ class General implements ProtocolInterface
|
|||||||
case 'ws':
|
case 'ws':
|
||||||
if ($path = data_get($protocol_settings, 'network_settings.path'))
|
if ($path = data_get($protocol_settings, 'network_settings.path'))
|
||||||
$config['path'] = $path;
|
$config['path'] = $path;
|
||||||
if ($host = data_get($protocol_settings, 'network_settings.headers.Host'))
|
if ($wsHost = data_get($protocol_settings, 'network_settings.headers.Host'))
|
||||||
$config['host'] = $host;
|
$config['host'] = $wsHost;
|
||||||
break;
|
break;
|
||||||
case 'grpc':
|
case 'grpc':
|
||||||
if ($path = data_get($protocol_settings, 'network_settings.serviceName'))
|
if ($path = data_get($protocol_settings, 'network_settings.serviceName'))
|
||||||
|
Loading…
Reference in New Issue
Block a user