MegaBits / SIOSocket

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

SIOSocket is not sending or receiving calls reliably. #48

Open anuradhavasudeva opened 9 years ago

anuradhavasudeva commented 9 years ago

Hi, I'm not sure any one here has faced the same issue. I'm working on iOS 8 and iPhone 5s. What I observe is intermittently (and repeatedly) socket emit and on to and from the server doesn't work. Sometimes the events are emitted but it doesn't reach the server. In other cases, event is sent by the server but not received by the client. It looks like I have no control over it and makes the app functionality very flaky. Any thoughts or ideas on this issue? Thanks...

ahallora commented 9 years ago

You are not alone. Maybe the threading issues will fix this?

Otherwise I am considering using https://github.com/acmacalister/jetfire and only ws on my iOS-interface... Or maybe this socket.io framework: https://github.com/francoisp/socket.IO-objc

anuradhavasudeva commented 9 years ago

After updating to the latest copy (with thread fixes) app is almost DEAD! Doesn't send or receive messages...i will take a look at other ones...thanks.

PengsreangSrun commented 9 years ago

I have facing the problem of sending data and receiving data. Can u show me of them?