socket.IO-objc
socket.IO-objc copied to clipboard
Acknowledgment timeout (#124)
Current implementation that I use in my applications. If server does not respond with and acknowledgment (e.g. server crashed) it allows to release blocks and all retained variables after a timeout. NSTimer is used instead of dispatch_queue to simplify the implementation.