PHPJunior / laravel-video-chat

Laravel Video Chat using Socket.IO and WebRTC
MIT License
801 stars 229 forks source link

Video and message events must be strictly synchronious #25

Open sobolevna opened 4 years ago

sobolevna commented 4 years ago

In the base package it assumed that queue driver will be sync. If I use redis driver, neither messages nor videocall works, instead laravel queue driver becomes overloaded. I solved the problem by making events synchronious