redbaron76 / Larapush

WebSocket and Push server for Laravel 4
MIT License
25 stars 7 forks source link

Session is getting overlapped #4

Open vkshrivastva opened 9 years ago

vkshrivastva commented 9 years ago

Hi Fabio Fumis,

  1. When ever we are sending message to other user some time the message is get delivered to other end. but sometimes it is delivered to the same user i.e. the sender instead of recipient.
  2. The message is intermittent some times it not working we need to log out and log in to start the message again.
  3. How to get the ratchat server active users session list.

Thanks in advance