laravel / reverb

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

Fix accessing potentially undefined array key #179

Closed olebowle closed 2 months ago

olebowle commented 2 months ago

Currently calling getChannelInfo() without info will lead to "500 Internal Server Error" with the error message [ERROR] Undefined array key "info". The PR fixes this.