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

callback not being dispatched #42

Closed
Nadavrbn opened this issue Jul 27, 2012 · 4 comments
Closed

callback not being dispatched #42

Nadavrbn opened this issue Jul 27, 2012 · 4 comments

Comments

@Nadavrbn
Copy link

i am using socketrocket as the base for a socket.io client (kayleg's project) and i noticed that my app gets frozen in the middle with the last line in the log being: received msg: 6:::2+[{"code":200,"data":{"objects":[],"meta":{"total_count":0,"offset":0,"limit":20}}}]
what happens is that socketrocket is not launching the callback block that is supposed to call the delegate method.
the thing is that it happens exactly at the same time, at the same data everytime.

i am beginning to think that maybe i have done something wrong or maybe it's a problem with my server, so i wanted to know if anyone else has encountered this issue or maybe has an idea how to fix it?

@Nadavrbn
Copy link
Author

i should mention that this only happens after using facebook connect, if i am not using facebook connect everything runs smoothly.
but once i use facebook connect something goes bad and it cant launch callbacks.

@mikelikespie
Copy link
Contributor

Can you elaborate on what facebook connect does?

@mikelikespie
Copy link
Contributor

@Nadavrbn how hard would it be to make a small reproducible test case? Since I am unfamiliar with both socket.io and Facebook connect, it could really help me. You can send it via email if you'd like.

@mikelikespie
Copy link
Contributor

Closing until there's further info.

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

2 participants