swooletw / laravel-swoole

High performance HTTP server based on Swoole. Speed up your Laravel or Lumen applications.
MIT License
4.03k stars 388 forks source link

How to transfer JSON #510

Closed g88827929g closed 2 years ago

g88827929g commented 2 years ago

Make sure you read Issues Guideline and answer these questions before submitting your issue. Thanks! (Any non-English issues will be closed immediately.)

  1. Please provide your PHP and Swoole version. (php -v and php --ri swoole)

PHP 7.4.25

  1. Please provide your Laravel/Lumen version. Laravel8.0

  2. Which release version of this package are you using?

"swooletw/laravel-swoole":"v2.10.0"

  1. What did you do? If possible, provide a recipe for reproducing the error. The websocket server could not get the JSON value

  2. What did you expect to see?

  3. What did you see instead? I modified SocketIOParser, but the server couldn't get the JSON value test

g88827929g commented 2 years ago

No one knows about it? Is the project dead? I hope someone can help me.

Arkanius commented 2 years ago

Hi there!

I don't know if I understood your problem. This only occours when you try to transfer json?