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

Send event and wait response #157

Closed Atmden closed 4 months ago

Atmden commented 4 months ago

Hello! I need your help. We are developing a mobile application. We send an event to the mobile application and we need to receive a response to this event within a certain timeout; if the response is not received, we need to send another event to another channel. Maybe there is another better solution I kindly ask you to help me solve this problem.

driesvints commented 4 months ago

Hi there,

Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repo you can try one of the following channels:

However, this issue will not be locked and everyone is still free to discuss solutions to your problem!

Thanks.