laravel / reverb

Laravel Reverb provides a real-time WebSocket communication backend for Laravel applications.
https://reverb.laravel.com
MIT License
1.02k stars 71 forks source link

Memory leak? #146

Closed vatsake closed 4 months ago

vatsake commented 4 months ago

Reverb Version

1.0.0-beta4

Laravel Version

11.0.8

PHP Version

8.2

Description

145

Steps To Reproduce

  1. Connect via postman
  2. Monitor memory usage
  3. Spam send ping events.
driesvints commented 4 months ago

You're 2 beta's behind. Please try the latest version and try posting on the Laracasts or laravel.io forums first. We currently don't have any other reports of a memory leak.

driesvints commented 4 months ago

If you have more specific steps to reproduce then definitely feel free to open a new issue.

vatsake commented 4 months ago

Yeap, still occurs in the latest beta.

driesvints commented 4 months ago

Can you post a new issue with a repo and detailed steps on how to reproduce?

laravel new bug-report --github="--public"