We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rpc-multiplex
protocol.normalizer
rpc-server
1 parent 38029c2 commit 1964f5bCopy full SHA for 1964f5b
src/Listener/RegisterProtocolListener.php
@@ -13,7 +13,6 @@
13
14
use Hyperf\Event\Contract\ListenerInterface;
15
use Hyperf\Framework\Event\BootApplication;
16
-use Hyperf\JsonRpc\JsonRpcNormalizer;
17
use Hyperf\Rpc\ProtocolManager;
18
use Hyperf\RpcMultiplex\Constant;
19
use Hyperf\RpcMultiplex\DataFormatter;
@@ -45,7 +44,6 @@ public function process(object $event): void
45
44
'transporter' => Transporter::class,
46
'path-generator' => PathGenerator::class,
47
'data-formatter' => DataFormatter::class,
48
- 'normalizer' => JsonRpcNormalizer::class,
49
]);
50
}
51
0 commit comments