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

SocketCluster does not receive messages sent to channel #50

Open
Risingmobi opened this issue Jun 27, 2019 · 0 comments
Open

SocketCluster does not receive messages sent to channel #50

Risingmobi opened this issue Jun 27, 2019 · 0 comments

Comments

@Risingmobi
Copy link

Hi. I am using OkHttp branch of SocketCluser. I have faced some very strange issue. I am launching Socket. In io.github.sac.BasicListener callback I am able to see that my connection is established and it is successful. The I am registering channel and subscribing to it. And here comes this issues. I am able to receive only two or three events, that were sent to the channel. And after that I am not able to receive any event. I can see that events are sent to the channel from backend but on my Android side they does not come to the channel. I cannot see any logs with errors from socket cluster, and it seems that it is working but for some reasonts doesn't receive any events. The only way to receive these events is to restart the app and connect to channel again. Could you help me please to solve this issue. I can provide my code where I am making connection to Socket

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

1 participant