Make sure you read Issues Guideline and answer these questions before submitting your issue. Thanks!
(Any non-English issues will be closed immediately.)
Please provide your PHP and Swoole version. (php -v and php --ri swoole)
PHP 7.4.13
Swoole 4.8.6
Please provide your Laravel/Lumen version.
Laravel Framework 6.20.44
Which release version of this package are you using?
swooletw/laravel-swoole 2.11
What did you do? If possible, provide a recipe for reproducing the error.
I enabled the websocket server, but when I connection in websocket using Python or Chtome websocket, the conecte is closing
What did you expect to see?
I hope the connection remains
What did you see instead?
on_message
0{"sid":"NjIwMWNhZGM0NTc3NA==","upgrades":[],"pingInterval":25000,"pingTimeout":60000}
on_message
40
on_message
42["message","connected"]
### closed ###
Process finished with exit code 0
Make sure you read Issues Guideline and answer these questions before submitting your issue. Thanks! (Any non-English issues will be closed immediately.)
Please provide your PHP and Swoole version. (
php -v
andphp --ri swoole
) PHP 7.4.13 Swoole 4.8.6Please provide your Laravel/Lumen version. Laravel Framework 6.20.44
Which release version of this package are you using? swooletw/laravel-swoole 2.11
What did you do? If possible, provide a recipe for reproducing the error. I enabled the websocket server, but when I connection in websocket using Python or Chtome websocket, the conecte is closing
What did you expect to see? I hope the connection remains
What did you see instead?
My simple python code: