For Pusher.com service how can I push data to a public channel and know if any connected clients received the message successfully?

StackOverflow https://stackoverflow.com/questions/22219057

سؤال

I need to make sure that clients were able to receive messages so I can take action immediately if not. Is there any way to determine that?

I know about webhooks but my concern is it may not be bulletproof if connections drop off about the time I'm sending data.

هل كانت مفيدة؟

المحلول

How about simply sending back a confirmation event with a specific client or message ID?

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top