MegaBits / SIOSocket

Realtime iOS application framework (client) http://socket.io
MIT License
494 stars 80 forks source link

Not immediately dealloced #37

Open rounak opened 9 years ago

rounak commented 9 years ago

When I nil out my strong reference to the SIOSocket object, I expect it to get dealloced immediately (or in the next run loop). But it actually gets released much later, at times when simulating the memory warning.

Why's that?