hhxsv5 / laravel-s

LaravelS is an out-of-the-box adapter between Laravel/Lumen and Swoole.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tcp socket onConnect 里面能使用数据库模型,onReceive 不能使用,啥原因

myatease opened this issue · comments

  1. Your software version (Screenshot of your startup)

    Software Version
    PHP 8.2
    Swoole 5.0
    Laravel/Lumen 10.0
  2. Detail description about this issue(error/log)

image

  1. Some reproducible code blocks and steps

image
```

tcp socket onConnect 里面能使用数据库模型,onReceive 里面模型为空。不能使用,啥原因