X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fmain%2Flistener%2Ftcp%2Fdecorators%2Fclass_HubTcpListenerDecorator.php;h=71022812292d6a39a307afe139924ad1346c6f4a;hb=44314097c8abbfef2ee703eeda601dffd22520af;hp=5d23f7b8526688aa52ec110d4f34b3c984d40abc;hpb=d9442666cf3dee440aeca9ac1377880d3d01f3a3;p=hub.git diff --git a/application/hub/main/listener/tcp/decorators/class_HubTcpListenerDecorator.php b/application/hub/main/listener/tcp/decorators/class_HubTcpListenerDecorator.php index 5d23f7b85..710228122 100644 --- a/application/hub/main/listener/tcp/decorators/class_HubTcpListenerDecorator.php +++ b/application/hub/main/listener/tcp/decorators/class_HubTcpListenerDecorator.php @@ -31,8 +31,9 @@ class HubTcpListenerDecorator extends BaseListenerDecorator implements Listenabl // Call parent constructor parent::__construct(__CLASS__); - // Set listener type + // Set listener type and protocol name $this->setListenerType('hub'); + $this->setProtocolName('tcp'); } /**