MegaBits / SIOSocket

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

Memory keeps raising when can not connect #55

Open Rick630 opened 9 years ago

Rick630 commented 9 years ago

One day I set up a incorrect address,like [SIOSocket socketWithHost:@"http://www.xxx.com" response:^(SIOSocket *socket) { NSLog(@"response"); }]; and the memory keeps raising until I close the socket manually by [socket close]. Anybody meet this issue like me ?