Treat socket disconnection in clients

0

For example:

  • I have 5 mobile devices listening to events
  • A device has lost the connection
  • The server fires an event
  • Four connected devices receive the event
  • The disconnected device loses the event and then reconnects
  • It should receive the lost event.

    But the server does not know which clients did not receive your event. What can I do?

        
    asked by anonymous 28.11.2016 / 14:30

    0 answers