Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIOSocket is not sending or receiving calls reliably. #48

Open
anuradhavasudeva opened this issue Feb 15, 2015 · 3 comments
Open

SIOSocket is not sending or receiving calls reliably. #48

anuradhavasudeva opened this issue Feb 15, 2015 · 3 comments

Comments

@anuradhavasudeva
Copy link

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
Copy link

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
Copy link
Author

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants