hyperf / socketio-server

[READ ONLY]
MIT License
22 stars 6 forks source link

中间件配置无效 #28

Open wheakerd opened 9 months ago

wheakerd commented 9 months ago

中间件配置无效,在config/autoload/middlewares.php中配置的 服务器版本:AlmaLinux 9 php版本:8.3.3 redis版本:7.2.4 hyperf版本:3.1 socketio-server库版本:3.1.6 运行没有报错,socketio通信正常,第一次请求没有经过中间件。 config/autoload/middlewares.php 'socket-io' => [ App\Middleware\SocketAuthenticationMiddleware::class, ]