voryx / Thruway

PHP Client and Router Library for Autobahn and WAMP (Web Application Messaging Protocol) for Real-Time Application Messaging
MIT License
676 stars 117 forks source link

Update SubscriptionGroup.php #354

Open anare opened 3 years ago

anare commented 3 years ago

Fix issue related to compare two objects: PHP Fatal error: Nesting level too deep - recursive dependency? in /opt/application/backend/vendor/voryx/thruway/src/Subscription/SubscriptionGroup.php on line 123

As Example: https://www.richardlord.net/blog/php/php-nesting-level-too-deep-recursive-dependency.html

Here is official PHP doc: https://www.php.net/manual/en/language.oop5.object-comparison.php