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

session.subscribe() is not working on XCode 11.3.1 #52

Open
sarangborude opened this issue Feb 27, 2020 · 3 comments
Open

session.subscribe() is not working on XCode 11.3.1 #52

sarangborude opened this issue Feb 27, 2020 · 3 comments

Comments

@sarangborude
Copy link

Publish is working fine.
I am making the subscribe call once the connection happens, but there is no response to the subscribe call, no error or sucess

@ream88
Copy link

ream88 commented Mar 23, 2020

Yeah, the completion callback is never called, however my app is able to receive messages.

@dermdaly
Copy link

I've seen this issue too. It looks the the subscribe request is sent out with a message id of 1, but the response comes back with a message id of 0. This means the relevant callback won't be called. I wonder if it is a remote side issue as the message ids are wrong.

@tyagishi
Copy link

PR#45(#45) solve this issue.
i.e. relevant callback will be called.

I checked on Xcode11.6.

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

4 participants