Socket.IO confirmed delivery
问题 Before I dive into the code, can someone tell me if there is any documentation available for confirmed delivery in Socket.IO? Here's what I've been able to glean so far: A callback can be provided to be invoked when and if a message is acknowledged There is a special mode "volatile" that does not guarantee delivery There is a default mode that is not "volatile" This leaves me with some questions: If a message is not volatile, how is it handled? Will it be buffered indefinitely? Is there any