Re: NSInputStream get NSStreamEventEndEncountered without reason

2013-05-06 Thread Jens Alfke
On May 4, 2013, at 1:44 PM, Kévin Vavelin wrote: > I use SocketIO project on my iOS app to connect to my node.js server and > everything works great until I choose to connect to Facebook. Using what protocol? I'm assuming HTTP. If so, then I would first suggest that you stop using a low-level

NSInputStream get NSStreamEventEndEncountered without reason

2013-05-04 Thread Kévin Vavelin
I use SocketIO project on my iOS app to connect to my node.js server and everything works great until I choose to connect to facebook. When I connect to Facebook I send some data to my server and he answer with some data like "user already connected, user created in database" etc. And after that