laravel / reverb

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

Payload too large #96

Closed ondraasek closed 5 months ago

ondraasek commented 5 months ago

Reverb Version

1.0

Laravel Version

11.0.3

PHP Version

8.3

Description

Hello, I am using laravel reverb and sending bigger data and getting exception Payload is too large. do you have an idea how to overcome this? looking for 50-100 kb message size limit, checked that on Discord and some ppl told me its bug probably, so reporting here. thank you so much.

Steps To Reproduce

do bigger messages 50kb+

joedixon commented 5 months ago

Hey @ondraasek, we have a fix merged for this and we'll likely tag a new release tomorrow: https://github.com/laravel/reverb/pull/87